Searched defs:constructScopeDIE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp567 DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) { function in class:DwarfDebug
600 if (DIE *Nested = constructScopeDIE(TheCU, Scopes[j]))
1862 constructScopeDIE(TheCU, AScope);
1865 DIE *CurFnDIE = constructScopeDIE(TheCU, FnScope);

Completed in 128 milliseconds