Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp104 void CompileUnit::Dump(Stream *s, bool show_context) const { in Dump()
116 m_variables->Dump(s, show_context); in Dump()
122 ForeachFunction([&s, show_context](const FunctionSP &f) { in Dump()
123 f->Dump(s, show_context); in Dump()
H A DTypeList.cpp94 void TypeList::Dump(Stream *s, bool show_context) { in Dump() argument
96 pos->get()->Dump(s, show_context); in Dump()
H A DVariableList.cpp167 void VariableList::Dump(Stream *s, bool show_context) const { in Dump()
174 (*pos)->Dump(s, show_context); in Dump()
H A DBlock.cpp59 bool show_context) const { in Dump()
64 parent->Dump(s, base_addr, depth + 1, show_context); in Dump()
100 m_variable_list_sp->Dump(s, show_context); in Dump()
105 (*pos)->Dump(s, base_addr, depth - 1, show_context); in Dump()
H A DTypeMap.cpp124 void TypeMap::Dump(Stream *s, bool show_context, lldb::DescriptionLevel level) { in Dump() argument
126 pos->second->Dump(s, show_context, level); in Dump()
H A DFunction.cpp386 void Function::Dump(Stream *s, bool show_context) const { in Dump()
402 show_context); in Dump()
H A DVariable.cpp102 void Variable::Dump(Stream *s, bool show_context) const { in Dump()
139 if (show_context && m_owner_scope != nullptr) { in Dump()
H A DType.cpp235 void Type::Dump(Stream *s, bool show_context, lldb::DescriptionLevel level) { in Dump() argument
245 if (show_context && m_context != nullptr) { in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeList.h29 void Dump(Stream *s, bool show_context);
H A DTypeMap.h29 void Dump(Stream *s, bool show_context,
H A DVariableList.h35 void Dump(Stream *s, bool show_context) const;
H A DVariable.h41 void Dump(Stream *s, bool show_context) const;
H A DCompileUnit.h185 void Dump(Stream *s, bool show_context) const;
H A DBlock.h139 bool show_context) const;
H A DFunction.h585 void Dump(Stream *s, bool show_context) const;
H A DType.h107 void Dump(Stream *s, bool show_context,