Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h233 void constructAbstractSubprogramScopeDIE(LexicalScope *Scope);
H A DDwarfDebug.cpp562 void DwarfDebug::constructAbstractSubprogramScopeDIE(DwarfCompileUnit &SrcCU, in constructAbstractSubprogramScopeDIE() function in DwarfDebug
574 SrcCU.constructAbstractSubprogramScopeDIE(Scope); in constructAbstractSubprogramScopeDIE()
579 .constructAbstractSubprogramScopeDIE(Scope); in constructAbstractSubprogramScopeDIE()
581 SkelCU->constructAbstractSubprogramScopeDIE(Scope); in constructAbstractSubprogramScopeDIE()
583 CU.constructAbstractSubprogramScopeDIE(Scope); in constructAbstractSubprogramScopeDIE()
2292 constructAbstractSubprogramScopeDIE(TheCU, AScope); in endFunctionImpl()
H A DDwarfDebug.h473 void constructAbstractSubprogramScopeDIE(DwarfCompileUnit &SrcCU, LexicalScope *Scope);
H A DDwarfCompileUnit.cpp1099 void DwarfCompileUnit::constructAbstractSubprogramScopeDIE( in constructAbstractSubprogramScopeDIE() function in DwarfCompileUnit