Displaying 6 results from an estimated 6 matches for "typedefn".
Did you mean:
typedef
2010 Nov 07
3
[LLVMdev] Next round of DWARF issues/questions
...ass sizes coming out as zero.
In my frontend, I call DebugFactory::CreateCompositeTypeEx as follows:
DICompositeType di = dbgFactory_.CreateCompositeTypeEx(
type->typeClass() == Type::Class ? dwarf::DW_TAG_class_type :
dwarf::DW_TAG_structure_type,
dbgCompileUnit_,
type->typeDefn()->linkageName().c_str(),
genDIFile(type->typeDefn()),
getSourceLineNumber(type->typeDefn()->location()),
getSizeOfInBits(type->irType()),
getAlignOfInBits(type->irType()),
getInt64Val(0), 0,
DIType(),
dbgFactory_.GetOrCreateArray(members....
2010 Nov 08
0
[LLVMdev] Next round of DWARF issues/questions
...> In my frontend, I call DebugFactory::CreateCompositeTypeEx as follows:
>
> DICompositeType di = dbgFactory_.CreateCompositeTypeEx(
> type->typeClass() == Type::Class ? dwarf::DW_TAG_class_type : dwarf::DW_TAG_structure_type,
> dbgCompileUnit_,
> type->typeDefn()->linkageName().c_str(),
> genDIFile(type->typeDefn()),
> getSourceLineNumber(type->typeDefn()->location()),
> getSizeOfInBits(type->irType()),
> getAlignOfInBits(type->irType()),
> getInt64Val(0), 0,
> DIType(),
> db...
2010 Nov 09
2
[LLVMdev] Next round of DWARF issues/questions
...; In my frontend, I call DebugFactory::CreateCompositeTypeEx as follows:
>
> DICompositeType di = dbgFactory_.CreateCompositeTypeEx(
> type->typeClass() == Type::Class ? dwarf::DW_TAG_class_type :
> dwarf::DW_TAG_structure_type,
> dbgCompileUnit_,
> type->typeDefn()->linkageName().c_str(),
> genDIFile(type->typeDefn()),
> getSourceLineNumber(type->typeDefn()->location()),
> getSizeOfInBits(type->irType()),
> getAlignOfInBits(type->irType()),
> getInt64Val(0), 0,
> DIType(),
> db...
2010 Nov 09
0
[LLVMdev] Next round of DWARF issues/questions
..., I call DebugFactory::CreateCompositeTypeEx as follows:
>>
>> DICompositeType di = dbgFactory_.CreateCompositeTypeEx(
>> type->typeClass() == Type::Class ? dwarf::DW_TAG_class_type : dwarf::DW_TAG_structure_type,
>> dbgCompileUnit_,
>> type->typeDefn()->linkageName().c_str(),
>> genDIFile(type->typeDefn()),
>> getSourceLineNumber(type->typeDefn()->location()),
>> getSizeOfInBits(type->irType()),
>> getAlignOfInBits(type->irType()),
>> getInt64Val(0), 0,
>>...
2010 Nov 26
3
[LLVMdev] Next round of DWARF issues/questions
...DebugFactory::CreateCompositeTypeEx as follows:
>>
>> DICompositeType di = dbgFactory_.CreateCompositeTypeEx(
>> type->typeClass() == Type::Class ? dwarf::DW_TAG_class_type :
>> dwarf::DW_TAG_structure_type,
>> dbgCompileUnit_,
>> type->typeDefn()->linkageName().c_str(),
>> genDIFile(type->typeDefn()),
>> getSourceLineNumber(type->typeDefn()->location()),
>> getSizeOfInBits(type->irType()),
>> getAlignOfInBits(type->irType()),
>> getInt64Val(0), 0,
>>...
2010 Nov 26
0
[LLVMdev] Next round of DWARF issues/questions
...positeTypeEx as follows:
>>>
>>> DICompositeType di = dbgFactory_.CreateCompositeTypeEx(
>>> type->typeClass() == Type::Class ? dwarf::DW_TAG_class_type :
>>> dwarf::DW_TAG_structure_type,
>>> dbgCompileUnit_,
>>> type->typeDefn()->linkageName().c_str(),
>>> genDIFile(type->typeDefn()),
>>> getSourceLineNumber(type->typeDefn()->location()),
>>> getSizeOfInBits(type->irType()),
>>> getAlignOfInBits(type->irType()),
>>> getInt64Val(0...