Home
last modified time | relevance | path

Searched refs:ContextCU (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1174 DwarfCompileUnit *ContextCU = this; in constructAbstractSubprogramScopeDIE() local
1190 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()