Searched refs:show_context (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 91 void CompileUnit::Dump(Stream *s, bool show_context) const { in Dump() 104 m_variables->Dump(s, show_context); in Dump() 110 ForeachFunction([&s, show_context](const FunctionSP &f) { in Dump() 111 f->Dump(s, show_context); in Dump()
|
| H A D | TypeList.cpp | 101 void TypeList::Dump(Stream *s, bool show_context) { in Dump() argument 103 pos->get()->Dump(s, show_context); in Dump()
|
| H A D | VariableList.cpp | 172 void VariableList::Dump(Stream *s, bool show_context) const { in Dump() 179 (*pos)->Dump(s, show_context); in Dump()
|
| H A D | Block.cpp | 59 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 D | TypeMap.cpp | 144 void TypeMap::Dump(Stream *s, bool show_context) { in Dump() argument 146 pos->second->Dump(s, show_context); in Dump()
|
| H A D | SymbolVendor.cpp | 372 bool show_context = false; in Dump() local 393 m_type_list.Dump(s, show_context); in Dump() 400 (*cu_pos)->Dump(s, show_context); in Dump()
|
| H A D | Function.cpp | 328 void Function::Dump(Stream *s, bool show_context) const { in Dump() 344 show_context); in Dump()
|
| H A D | Variable.cpp | 103 void Variable::Dump(Stream *s, bool show_context) const { in Dump() 140 if (show_context && m_owner_scope != nullptr) { in Dump()
|
| H A D | Type.cpp | 210 void Type::Dump(Stream *s, bool show_context) { in Dump() argument 220 if (show_context && m_context != nullptr) { in Dump()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | TypeList.h | 32 void Dump(Stream *s, bool show_context);
|
| H A D | TypeMap.h | 32 void Dump(Stream *s, bool show_context);
|
| H A D | VariableList.h | 36 void Dump(Stream *s, bool show_context) const;
|
| H A D | Variable.h | 45 void Dump(Stream *s, bool show_context) const;
|
| H A D | CompileUnit.h | 192 void Dump(Stream *s, bool show_context) const;
|
| H A D | Block.h | 175 bool show_context) const;
|
| H A D | Function.h | 575 void Dump(Stream *s, bool show_context) const;
|
| H A D | Type.h | 112 void Dump(Stream *s, bool show_context);
|