Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h231 DIE &constructSubprogramScopeDIE(const DISubprogram *Sub,
H A DDwarfDebug.cpp2188 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl()
2192 SkelCU->constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl()
H A DDwarfCompileUnit.cpp1033 DIE &DwarfCompileUnit::constructSubprogramScopeDIE(const DISubprogram *Sub, in constructSubprogramScopeDIE() function in DwarfCompileUnit