Home
last modified time | relevance | path

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

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