Home
last modified time | relevance | path

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

/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,