Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp596 void SectionList::Dump(Stream *s, Target *target, bool show_header, in Dump() argument
600 if (show_header && !m_sections.empty()) { in Dump()
619 if (show_header && !m_sections.empty()) in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h69 void Dump(Stream *s, Target *target, bool show_header, uint32_t depth) const;