Searched refs:ContextCU (Results 1 – 1 of 1) sorted by relevance
1159 DwarfCompileUnit *ContextCU = this; in constructAbstractSubprogramScopeDIE() local1175 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE()1180 DIE &AbsDef = ContextCU->createAndAddDIE(dwarf::DW_TAG_subprogram, in constructAbstractSubprogramScopeDIE()1184 ContextCU->getAbstractScopeDIEs()[SP] = &AbsDef; in constructAbstractSubprogramScopeDIE()1186 ContextCU->applySubprogramAttributesToDefinition(SP, AbsDef); in constructAbstractSubprogramScopeDIE()1187 ContextCU->addSInt(AbsDef, dwarf::DW_AT_inline, in constructAbstractSubprogramScopeDIE()1191 if (DIE *ObjectPointer = ContextCU->createAndAddScopeChildren(Scope, AbsDef)) in constructAbstractSubprogramScopeDIE()1192 ContextCU->addDIEEntry(AbsDef, dwarf::DW_AT_object_pointer, *ObjectPointer); in constructAbstractSubprogramScopeDIE()