Home
last modified time | relevance | path

Searched refs:recurseDepth (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp23 unsigned recurseDepth, in dump() argument
51 if (recurseDepth > 0 && child) { in dump()
53 child->dump(OS, cu, recurseDepth-1, indent+2); in dump()
DDWARFDebugInfoEntry.h41 unsigned recurseDepth, unsigned indent = 0) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp37 unsigned recurseDepth, in dump() argument
64 if (recurseDepth > 0 && child) { in dump()
66 child->dump(OS, u, recurseDepth-1, indent+2); in dump()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h41 void dump(raw_ostream &OS, DWARFUnit *u, unsigned recurseDepth,