Searched refs:ContextCU (Results 1 – 1 of 1) sorted by relevance
1083 DwarfCompileUnit *ContextCU = this; in constructAbstractSubprogramScopeDIE() local1099 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE()1104 AbsDef = &ContextCU->createAndAddDIE(dwarf::DW_TAG_subprogram, *ContextDIE, nullptr); in constructAbstractSubprogramScopeDIE()1105 ContextCU->applySubprogramAttributesToDefinition(SP, *AbsDef); in constructAbstractSubprogramScopeDIE()1107 if (!ContextCU->includeMinimalInlineScopes()) in constructAbstractSubprogramScopeDIE()1108 ContextCU->addUInt(*AbsDef, dwarf::DW_AT_inline, None, dwarf::DW_INL_inlined); in constructAbstractSubprogramScopeDIE()1109 if (DIE *ObjectPointer = ContextCU->createAndAddScopeChildren(Scope, *AbsDef)) in constructAbstractSubprogramScopeDIE()1110 ContextCU->addDIEEntry(*AbsDef, dwarf::DW_AT_object_pointer, *ObjectPointer); in constructAbstractSubprogramScopeDIE()