Searched refs:constructInlinedScopeDIE (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h334 /// constructInlinedScopeDIE - This scope represents inlined body of
337 DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
H A DDwarfDebug.cpp409 /// constructInlinedScopeDIE - This scope represents inlined body of
412 DIE *DwarfDebug::constructInlinedScopeDIE(CompileUnit *TheCU, function in class:DwarfDebug
521 ScopeDIE = constructInlinedScopeDIE(TheCU, Scope);

Completed in 130 milliseconds