Home
last modified time | relevance | path

Searched refs:constructInlinedScopeDIE (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h134 std::unique_ptr<DIE> constructInlinedScopeDIE(LexicalScope *Scope);
H A DDwarfCompileUnit.cpp329 ScopeDIE = constructInlinedScopeDIE(Scope); in constructScopeDIE()
425 DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE() function in llvm::DwarfCompileUnit