Searched refs:show_context (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/lldb/source/Symbol/ |
D | CompileUnit.cpp | 105 void CompileUnit::Dump(Stream *s, bool show_context) const { in Dump() 117 m_variables->Dump(s, show_context); in Dump() 123 ForeachFunction([&s, show_context](const FunctionSP &f) { in Dump() 124 f->Dump(s, show_context); in Dump()
|
D | TypeList.cpp | 94 void TypeList::Dump(Stream *s, bool show_context) { in Dump() argument 96 pos->get()->Dump(s, show_context); in Dump()
|
D | VariableList.cpp | 167 void VariableList::Dump(Stream *s, bool show_context) const { in Dump() 174 (*pos)->Dump(s, show_context); in Dump()
|
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()
|
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()
|
D | Function.cpp | 386 void Function::Dump(Stream *s, bool show_context) const { in Dump() 402 show_context); in Dump()
|
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()
|
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()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | TypeList.h | 29 void Dump(Stream *s, bool show_context);
|
D | TypeMap.h | 29 void Dump(Stream *s, bool show_context,
|
D | VariableList.h | 35 void Dump(Stream *s, bool show_context) const;
|
D | Variable.h | 41 void Dump(Stream *s, bool show_context) const;
|
D | CompileUnit.h | 184 void Dump(Stream *s, bool show_context) const;
|
D | Block.h | 139 bool show_context) const;
|
D | Function.h | 585 void Dump(Stream *s, bool show_context) const;
|
D | Type.h | 107 void Dump(Stream *s, bool show_context,
|