Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.h70 eDumpFlag_ShowAncestors = (1<<2) // Show all parent DIEs when dumping single DIEs enumerator
DDWARFDebugInfo.cpp499 bool show_parents = s->GetFlags().Test(DWARFDebugInfo::eDumpFlag_ShowAncestors); in DumpCallback()