Home
last modified time | relevance | path

Searched refs:constructLexicalScopeDIE (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h165 DIE *constructLexicalScopeDIE(LexicalScope *Scope);
DDwarfCompileUnit.cpp372 ScopeDIE = constructLexicalScopeDIE(Scope); in constructScopeDIE()
469 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE() function in llvm::DwarfCompileUnit
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h326 DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
DDwarfDebug.cpp249 DIE *DwarfDebug::constructLexicalScopeDIE(CompileUnit *TheCU, in constructLexicalScopeDIE() function in DwarfDebug
418 ScopeDIE = constructLexicalScopeDIE(TheCU, Scope); in constructScopeDIE()