Searched refs:ContextCU (Results 1 – 1 of 1) sorted by relevance
1174 DwarfCompileUnit *ContextCU = this; in constructAbstractSubprogramScopeDIE() local1190 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE()1195 DIE &AbsDef = ContextCU->createAndAddDIE(dwarf::DW_TAG_subprogram, in constructAbstractSubprogramScopeDIE()1199 ContextCU->getAbstractScopeDIEs()[SP] = &AbsDef; in constructAbstractSubprogramScopeDIE()1201 ContextCU->applySubprogramAttributesToDefinition(SP, AbsDef); in constructAbstractSubprogramScopeDIE()1202 ContextCU->addSInt(AbsDef, dwarf::DW_AT_inline, in constructAbstractSubprogramScopeDIE()1206 if (DIE *ObjectPointer = ContextCU->createAndAddScopeChildren(Scope, AbsDef)) in constructAbstractSubprogramScopeDIE()1207 ContextCU->addDIEEntry(AbsDef, dwarf::DW_AT_object_pointer, *ObjectPointer); in constructAbstractSubprogramScopeDIE()