| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Declaration.cpp | 14 void Declaration::Dump(Stream *s, bool show_fullpaths) const { in Dump() 17 if (show_fullpaths) in Dump() 35 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() 37 if (show_fullpaths) in DumpStopContext()
|
| H A D | Address.cpp | 657 const bool show_fullpaths = false; in Dump() local 674 sc.DumpStopContext(s, exe_scope, *this, show_fullpaths, in Dump()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 103 void Dump(Stream *s, bool show_fullpaths) const; 105 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LineEntry.cpp | 39 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() 42 if (show_fullpaths) in DumpStopContext()
|
| H A D | Block.cpp | 55 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription() local 56 m_inlineInfoSP->Dump(s, show_fullpaths); in GetDescription() 78 bool show_fullpaths = false; in Dump() local 79 m_inlineInfoSP->Dump(s, show_fullpaths); in Dump()
|
| H A D | Variable.cpp | 147 bool show_fullpaths = false; in Dump() local 148 m_declaration.Dump(s, show_fullpaths); in Dump() 170 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration() argument 183 s, nullptr, Address(), show_fullpaths, show_module, show_inlined_frames, in DumpDeclaration()
|
| H A D | Function.cpp | 39 void FunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump() 42 m_declaration.Dump(s, show_fullpaths); in Dump() 81 void InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump() 82 FunctionInfo::Dump(s, show_fullpaths); in Dump()
|
| H A D | SymbolContext.cpp | 75 bool show_fullpaths, bool show_module, bool show_inlined_frames, in DumpStopContext() argument 81 if (show_fullpaths) in DumpStopContext() 149 line_entry.DumpStopContext(s, show_fullpaths); in DumpStopContext() 157 s, exe_scope, inline_parent_addr, show_fullpaths, show_module, in DumpStopContext() 165 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
|
| H A D | Type.cpp | 323 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription() local 324 m_decl.Dump(s, show_fullpaths); in GetDescription() 388 bool show_fullpaths = false; in Dump() local 389 m_decl.Dump(s, show_fullpaths); in Dump()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 67 bool show_fullpaths = false; in Log() local 71 show_fullpaths); in Log()
|
| H A D | StackFrame.cpp | 1959 bool show_fullpaths) { in Dump() argument 1977 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineEntry.h | 71 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
|
| H A D | Function.h | 88 void Dump(Stream *s, bool show_fullpaths) const; 202 void Dump(Stream *s, bool show_fullpaths) const;
|
| H A D | Variable.h | 43 bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
|
| H A D | SymbolContext.h | 150 bool show_fullpaths, bool show_module, bool show_inlined_frames,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 365 void Dump(Stream *strm, bool show_frame_index, bool show_fullpaths);
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 579 bool show_fullpaths = false; in DoExecute() local 581 if (var_sp->DumpDeclaration(&s, show_fullpaths, in DoExecute()
|
| H A D | CommandObjectSource.cpp | 1030 bool show_fullpaths = true; in DoExecute() local 1038 show_fullpaths, show_module, show_inlined_frames, in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 774 bool show_fullpaths = false; in DumpValueObject() local 776 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DumpValueObject()
|