Searched refs:show_context (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 111 void CompileUnit::Dump(Stream *s, bool show_context) const { in Dump() 123 m_variables->Dump(s, show_context); in Dump() 129 ForeachFunction([&s, show_context](const FunctionSP &f) { in Dump() 130 f->Dump(s, show_context); in Dump()
|
| 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 | 124 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 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 | 60 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()
|
| H A D | Variable.cpp | 102 void Variable::Dump(Stream *s, bool show_context) const { in Dump() 139 if (show_context && m_owner_scope != nullptr) { in Dump()
|
| H A D | Function.cpp | 384 void Function::Dump(Stream *s, bool show_context) const { in Dump() 400 show_context); in Dump()
|
| H A D | Type.cpp | 237 void Type::Dump(Stream *s, bool show_context, lldb::DescriptionLevel level) { in Dump() argument 247 if (show_context && m_context != nullptr) { in Dump()
|
| /openbsd-src/gnu/llvm/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 | 35 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 | 185 void Dump(Stream *s, bool show_context) const;
|
| H A D | Block.h | 139 bool show_context) const;
|
| H A D | Function.h | 581 void Dump(Stream *s, bool show_context) const;
|
| H A D | Type.h | 105 void Dump(Stream *s, bool show_context,
|