Home
last modified time | relevance | path

Searched refs:show_context (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDTypeList.cpp94 void TypeList::Dump(Stream *s, bool show_context) { in Dump() argument
97 t->Dump(s, show_context); in Dump()
HDTypeMap.cpp130 void TypeMap::Dump(Stream *s, bool show_context, in Dump() argument
133 pair.second->Dump(s, show_context, level); in Dump()
HDCompileUnit.cpp115 void CompileUnit::Dump(Stream *s, bool show_context) const { in Dump()
127 m_variables->Dump(s, show_context); in Dump()
133 ForeachFunction([&s, show_context](const FunctionSP &f) { in Dump()
134 f->Dump(s, show_context); in Dump()
HDVariableList.cpp167 void VariableList::Dump(Stream *s, bool show_context) const { in Dump()
174 (*pos)->Dump(s, show_context); in Dump()
HDBlock.cpp60 bool show_context) const { in Dump()
65 parent->Dump(s, base_addr, depth + 1, show_context); in Dump()
101 m_variable_list_sp->Dump(s, show_context); in Dump()
106 (*pos)->Dump(s, base_addr, depth - 1, show_context); in Dump()
HDVariable.cpp104 void Variable::Dump(Stream *s, bool show_context) const { in Dump()
141 if (show_context && m_owner_scope != nullptr) { in Dump()
HDFunction.cpp419 void Function::Dump(Stream *s, bool show_context) const { in Dump()
435 show_context); in Dump()
HDType.cpp364 void Type::Dump(Stream *s, bool show_context, lldb::DescriptionLevel level) { in Dump() argument
374 if (show_context && m_context != nullptr) { in Dump()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDTypeList.h29 void Dump(Stream *s, bool show_context);
HDTypeMap.h29 void Dump(Stream *s, bool show_context,
HDVariableList.h35 void Dump(Stream *s, bool show_context) const;
HDVariable.h41 void Dump(Stream *s, bool show_context) const;
HDCompileUnit.h188 void Dump(Stream *s, bool show_context) const;
HDBlock.h139 bool show_context) const;
HDFunction.h577 void Dump(Stream *s, bool show_context) const;
HDType.h420 void Dump(Stream *s, bool show_context,