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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp458 /// constructScopeDIE - Construct a DIE for this scope.
459 DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) { function in class:DwarfDebug
481 if (DIE *Nested = constructScopeDIE(TheCU, Scopes[j]))
1429 constructScopeDIE(TheCU, AScope);
1432 DIE *CurFnDIE = constructScopeDIE(TheCU, FnScope);

Completed in 179 milliseconds