Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DDeclaration.cpp14 void Declaration::Dump(Stream *s, bool show_fullpaths) const { in Dump()
17 if (show_fullpaths) in Dump()
42 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
44 if (show_fullpaths) in DumpStopContext()
DBlock.cpp53 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription() local
54 m_inlineInfoSP->Dump(s, show_fullpaths); in GetDescription()
76 bool show_fullpaths = false; in Dump() local
77 m_inlineInfoSP->Dump(s, show_fullpaths); in Dump()
DLineEntry.cpp51 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
53 if (show_fullpaths) in DumpStopContext()
DFunction.cpp37 void FunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump()
40 m_declaration.Dump(s, show_fullpaths); in Dump()
79 void InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump()
80 FunctionInfo::Dump(s, show_fullpaths); in Dump()
DVariable.cpp145 bool show_fullpaths = false; in Dump() local
146 m_declaration.Dump(s, show_fullpaths); in Dump()
178 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration() argument
191 s, nullptr, Address(), show_fullpaths, show_module, show_inlined_frames, in DumpDeclaration()
DSymbolContext.cpp71 const Address &addr, bool show_fullpaths, in DumpStopContext() argument
78 if (show_fullpaths) in DumpStopContext()
135 call_site.DumpStopContext(s, show_fullpaths); in DumpStopContext()
139 line_entry.DumpStopContext(s, show_fullpaths); in DumpStopContext()
147 s, exe_scope, inline_parent_addr, show_fullpaths, show_module, in DumpStopContext()
154 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
DType.cpp191 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription() local
192 m_decl.Dump(s, show_fullpaths); in GetDescription()
253 bool show_fullpaths = false; in Dump() local
254 m_decl.Dump(s, show_fullpaths); in Dump()
/external/llvm-project/lldb/include/lldb/Symbol/
DDeclaration.h118 void Dump(Stream *s, bool show_fullpaths) const;
120 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
DLineEntry.h76 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
DFunction.h87 void Dump(Stream *s, bool show_fullpaths) const;
203 void Dump(Stream *s, bool show_fullpaths) const;
DVariable.h43 bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
DSymbolContext.h151 const Address &so_addr, bool show_fullpaths,
/external/llvm-project/lldb/source/Target/
DThreadPlanTracer.cpp66 bool show_fullpaths = false; in Log() local
71 show_fullpaths); in Log()
DStackFrame.cpp1809 bool show_fullpaths) { in Dump() argument
1827 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()
/external/llvm-project/lldb/include/lldb/Target/
DStackFrame.h328 void Dump(Stream *strm, bool show_frame_index, bool show_fullpaths);
/external/llvm-project/lldb/source/Core/
DAddress.cpp651 const bool show_fullpaths = false; in Dump() local
668 sc.DumpStopContext(s, exe_scope, *this, show_fullpaths, in Dump()
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp556 bool show_fullpaths = false; in DoExecute() local
558 if (var_sp->DumpDeclaration(&s, show_fullpaths, in DoExecute()
DCommandObjectSource.cpp1093 bool show_fullpaths = true; in DoExecute() local
1101 show_fullpaths, show_module, show_inlined_frames, in DoExecute()
DCommandObjectTarget.cpp787 bool show_fullpaths = false; in DumpValueObject() local
789 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DumpValueObject()