Searched refs:ContextCU (Results 1 – 1 of 1) sorted by relevance
1103 DwarfCompileUnit *ContextCU = this; in constructAbstractSubprogramScopeDIE() local1119 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE()1124 AbsDef = &ContextCU->createAndAddDIE(dwarf::DW_TAG_subprogram, *ContextDIE, nullptr); in constructAbstractSubprogramScopeDIE()1125 ContextCU->applySubprogramAttributesToDefinition(SP, *AbsDef); in constructAbstractSubprogramScopeDIE()1126 ContextCU->addSInt(*AbsDef, dwarf::DW_AT_inline, in constructAbstractSubprogramScopeDIE()1130 if (DIE *ObjectPointer = ContextCU->createAndAddScopeChildren(Scope, *AbsDef)) in constructAbstractSubprogramScopeDIE()1131 ContextCU->addDIEEntry(*AbsDef, dwarf::DW_AT_object_pointer, *ObjectPointer); in constructAbstractSubprogramScopeDIE()