Searched refs:show_fullpaths (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclaration.cpp14 void Declaration::Dump(Stream *s, bool show_fullpaths) const {
17 if (show_fullpaths)
42 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const {
44 if (show_fullpaths)
H A DLineEntry.cpp51 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const {
53 if (show_fullpaths)
H A DFunction.cpp37 void FunctionInfo::Dump(Stream *s, bool show_fullpaths) const {
40 m_declaration.Dump(s, show_fullpaths);
79 void InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const {
80 FunctionInfo::Dump(s, show_fullpaths);
H A DBlock.cpp53 bool show_fullpaths = (level == eDescriptionLevelVerbose); local
54 m_inlineInfoSP->Dump(s, show_fullpaths);
76 bool show_fullpaths = false; local
77 m_inlineInfoSP->Dump(s, show_fullpaths);
H A DVariable.cpp147 bool show_fullpaths = false; local
148 m_declaration.Dump(s, show_fullpaths);
180 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, argument
193 s, nullptr, Address(), show_fullpaths, show_module, show_inlined_frames,
H A DType.cpp192 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); local
193 m_decl.Dump(s, show_fullpaths);
254 bool show_fullpaths = false; local
255 m_decl.Dump(s, show_fullpaths);
H A DSymbolContext.cpp71 const Address &addr, bool show_fullpaths,
77 if (show_fullpaths)
135 call_site.DumpStopContext(s, show_fullpaths);
142 s, exe_scope, inline_parent_addr, show_fullpaths, show_module,
149 if (line_entry.DumpStopContext(s, show_fullpaths))
70 DumpStopContext(Stream *s, ExecutionContextScope *exe_scope, const Address &addr, bool show_fullpaths, bool show_module, bool show_inlined_frames, bool show_function_arguments, bool show_function_name) const argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclaration.h118 void Dump(Stream *s, bool show_fullpaths) const;
120 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
H A DLineEntry.h76 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
H A DVariable.h42 bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
H A DFunction.h85 void Dump(Stream *s, bool show_fullpaths) const;
200 void Dump(Stream *s, bool show_fullpaths) const;
H A DSymbolContext.h117 /// \param[in] show_fullpaths
143 const Address &so_addr, bool show_fullpaths,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp57 bool show_fullpaths = false; local
62 show_fullpaths);
H A DStackFrame.cpp1821 bool show_fullpaths) {
1839 GetFrameCodeAddress(), show_fullpaths, show_module,
1820 Dump(Stream *strm, bool show_frame_index, bool show_fullpaths) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h326 /// \param [in] show_fullpaths
328 void Dump(Stream *strm, bool show_frame_index, bool show_fullpaths);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp651 const bool show_fullpaths = false; local
668 sc.DumpStopContext(s, exe_scope, *this, show_fullpaths,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp549 bool show_fullpaths = false; variable
551 if (var_sp->DumpDeclaration(&s, show_fullpaths,
H A DCommandObjectSource.cpp1076 bool show_fullpaths = true; variable
1084 show_fullpaths, show_module, show_inlined_frames,
H A DCommandObjectTarget.cpp782 bool show_fullpaths = false; local
784 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module))

Completed in 229 milliseconds