Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h263 DIE &constructSubprogramScopeDIE(const DISubprogram *Sub, LexicalScope *Scope,
H A DDwarfDebug.cpp2773 TheCU.constructSubprogramScopeDIE(SP, FnScope, FunctionLineTableLabel); in endFunctionImpl()
2777 SkelCU->constructSubprogramScopeDIE(SP, FnScope, FunctionLineTableLabel); in endFunctionImpl()
H A DDwarfCompileUnit.cpp1123 DIE &DwarfCompileUnit::constructSubprogramScopeDIE(const DISubprogram *Sub, in constructSubprogramScopeDIE() function in DwarfCompileUnit