Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h236 void constructAbstractSubprogramScopeDIE(LexicalScope *Scope);
H A DDwarfDebug.cpp565 void DwarfDebug::constructAbstractSubprogramScopeDIE(DwarfCompileUnit &SrcCU, in constructAbstractSubprogramScopeDIE() function in DwarfDebug
577 SrcCU.constructAbstractSubprogramScopeDIE(Scope); in constructAbstractSubprogramScopeDIE()
582 .constructAbstractSubprogramScopeDIE(Scope); in constructAbstractSubprogramScopeDIE()
584 SkelCU->constructAbstractSubprogramScopeDIE(Scope); in constructAbstractSubprogramScopeDIE()
586 CU.constructAbstractSubprogramScopeDIE(Scope); in constructAbstractSubprogramScopeDIE()
2184 constructAbstractSubprogramScopeDIE(TheCU, AScope); in endFunctionImpl()
H A DDwarfDebug.h472 void constructAbstractSubprogramScopeDIE(DwarfCompileUnit &SrcCU, LexicalScope *Scope);
H A DDwarfCompileUnit.cpp1074 void DwarfCompileUnit::constructAbstractSubprogramScopeDIE( in constructAbstractSubprogramScopeDIE() function in DwarfCompileUnit