Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h346 DIE *constructScopeDIE(DbgScope *Scope);
DDwarfDebug.cpp774 DIE *DwarfDebug::constructScopeDIE(DbgScope *Scope) { in constructScopeDIE() function in DwarfDebug
794 if (DIE *Nested = constructScopeDIE(Scopes[j])) in constructScopeDIE()
2030 constructScopeDIE(*AI); in endFunction()
2033 DIE *CurFnDIE = constructScopeDIE(CurrentFnDbgScope); in endFunction()