Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h151 void constructSubprogramScopeDIE(LexicalScope *Scope);
DDwarfDebug.cpp1230 TheCU.constructSubprogramScopeDIE(FnScope); in endFunction()
1233 SkelCU->constructSubprogramScopeDIE(FnScope); in endFunction()
DDwarfCompileUnit.cpp561 void DwarfCompileUnit::constructSubprogramScopeDIE(LexicalScope *Scope) { in constructSubprogramScopeDIE() function in llvm::DwarfCompileUnit