Searched refs:ContextCU (Results 1 – 1 of 1) sorted by relevance
1207 DwarfCompileUnit *ContextCU = this; in constructAbstractSubprogramScopeDIE() local1223 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE()1228 DIE &AbsDef = ContextCU->createAndAddDIE(dwarf::DW_TAG_subprogram, in constructAbstractSubprogramScopeDIE()1232 ContextCU->getAbstractScopeDIEs()[SP] = &AbsDef; in constructAbstractSubprogramScopeDIE()1234 ContextCU->applySubprogramAttributesToDefinition(SP, AbsDef); in constructAbstractSubprogramScopeDIE()1235 ContextCU->addSInt(AbsDef, dwarf::DW_AT_inline, in constructAbstractSubprogramScopeDIE()1239 if (DIE *ObjectPointer = ContextCU->createAndAddScopeChildren(Scope, AbsDef)) in constructAbstractSubprogramScopeDIE()1240 ContextCU->addDIEEntry(AbsDef, dwarf::DW_AT_object_pointer, *ObjectPointer); in constructAbstractSubprogramScopeDIE()