Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h458 DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
DDwarfDebug.cpp548 DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) { in constructScopeDIE() function in DwarfDebug
581 if (DIE *Nested = constructScopeDIE(TheCU, Scopes[j])) in constructScopeDIE()
1587 constructScopeDIE(TheCU, AScope); in endFunction()
1590 DIE *CurFnDIE = constructScopeDIE(TheCU, FnScope); in endFunction()