Searched refs:show_context (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | TypeList.cpp | 94 void TypeList::Dump(Stream *s, bool show_context) { in Dump() argument 97 t->Dump(s, show_context); in Dump()
|
| H A D | TypeMap.cpp | 130 void TypeMap::Dump(Stream *s, bool show_context, in Dump() argument 133 pair.second->Dump(s, show_context, level); in Dump()
|
| H A D | CompileUnit.cpp | 115 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()
|
| H A D | VariableList.cpp | 167 void VariableList::Dump(Stream *s, bool show_context) const { in Dump() 174 (*pos)->Dump(s, show_context); in Dump()
|
| H A D | Block.cpp | 61 bool show_context) const { in Dump() 66 parent->Dump(s, base_addr, depth + 1, show_context); in Dump() 102 m_variable_list_sp->Dump(s, show_context); in Dump() 107 (*pos)->Dump(s, base_addr, depth - 1, show_context); in Dump()
|
| H A D | Variable.cpp | 104 void Variable::Dump(Stream *s, bool show_context) const { in Dump() 141 if (show_context && m_owner_scope != nullptr) { in Dump()
|
| H A D | Function.cpp | 432 void Function::Dump(Stream *s, bool show_context) const { in Dump() 447 m_block.Dump(s, m_address.GetFileAddress(), INT_MAX, show_context); in Dump()
|
| H A D | Type.cpp | 372 void Type::Dump(Stream *s, bool show_context, lldb::DescriptionLevel level) { in Dump() argument 382 if (show_context && m_context != nullptr) { in Dump()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeList.h | 29 void Dump(Stream *s, bool show_context);
|
| H A D | TypeMap.h | 29 void Dump(Stream *s, bool show_context,
|
| H A D | VariableList.h | 38 void Dump(Stream *s, bool show_context) const;
|
| H A D | Variable.h | 41 void Dump(Stream *s, bool show_context) const;
|
| H A D | CompileUnit.h | 190 void Dump(Stream *s, bool show_context) const;
|
| H A D | Block.h | 131 bool show_context) const;
|
| H A D | Function.h | 583 void Dump(Stream *s, bool show_context) const;
|
| H A D | Type.h | 456 void Dump(Stream *s, bool show_context,
|