Searched refs:addDIEEntry (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 123 addDIEEntry(*VariableDIE, dwarf::DW_AT_specification, *VariableSpecDIE); in getOrCreateGlobalVariableDIE() 429 addDIEEntry(*ScopeDIE, dwarf::DW_AT_abstract_origin, *OriginDIE); in constructInlinedScopeDIE() 578 addDIEEntry(ScopeDIE, dwarf::DW_AT_object_pointer, *ObjectPointer); in constructSubprogramScopeDIE() 632 addDIEEntry(*AbsDef, dwarf::DW_AT_object_pointer, *ObjectPointer); in constructAbstractSubprogramScopeDIE() 654 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE() 667 addDIEEntry(*D, dwarf::DW_AT_abstract_origin, *AbsSPDIE); in finishSubprogramDefinition()
|
D | DwarfUnit.cpp | 328 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry() function in DwarfUnit 329 addDIEEntry(Die, Attribute, createDIEEntry(Entry)); in addDIEEntry() 343 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, in addDIEEntry() function in DwarfUnit 876 addDIEEntry(Entity, Attribute, Entry); in addType() 886 addDIEEntry(Entity, Attribute, Entry); in addType() 972 addDIEEntry( in constructTypeDIE() 1090 addDIEEntry(Buffer, dwarf::DW_AT_containing_type, in constructTypeDIE() 1268 addDIEEntry(SPDie, dwarf::DW_AT_specification, *DeclDie); in applySubprogramDefinitionAttributes() 1361 addDIEEntry(DW_Subrange, dwarf::DW_AT_type, *IndexTy); in constructSubrangeDIE() 1451 addDIEEntry(SPDie, dwarf::DW_AT_containing_type, *NDie); in constructContainingTypeDIEs()
|
D | DwarfUnit.h | 220 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry); 223 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry *Entry);
|
D | DwarfDebug.cpp | 495 Unit->addDIEEntry(*VariableDie, dwarf::DW_AT_abstract_origin, in finishVariableDefinitions()
|