Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h161 DIE *constructInlinedScopeDIE(LexicalScope *Scope);
DDwarfCompileUnit.cpp340 ScopeDIE = constructInlinedScopeDIE(Scope); in constructScopeDIE()
437 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE() function in llvm::DwarfCompileUnit
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h185 DIE *constructInlinedScopeDIE(LexicalScope *Scope);
DDwarfCompileUnit.cpp369 ScopeDIE = constructInlinedScopeDIE(Scope); in constructScopeDIE()
457 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE() function in DwarfCompileUnit
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h331 DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
DDwarfDebug.cpp295 DIE *DwarfDebug::constructInlinedScopeDIE(CompileUnit *TheCU, in constructInlinedScopeDIE() function in DwarfDebug
402 ScopeDIE = constructInlinedScopeDIE(TheCU, Scope); in constructScopeDIE()