Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp24 unsigned recurseDepth, in dump() argument
49 if (recurseDepth > 0 && child) { in dump()
51 child->dump(OS, u, recurseDepth-1, indent+2); in dump()
DDWARFDebugInfoEntry.h41 void dump(raw_ostream &OS, const DWARFUnit *u, unsigned recurseDepth,