/openbsd/gnu/llvm/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 | 666 const bool show_fullpaths = false; in Dump() local 683 sc.DumpStopContext(s, exe_scope, *this, show_fullpaths, in Dump()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Declaration.h | 99 void Dump(Stream *s, bool show_fullpaths) const; 101 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | Block.cpp | 54 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription() local 55 m_inlineInfoSP->Dump(s, show_fullpaths); in GetDescription() 77 bool show_fullpaths = false; in Dump() local 78 m_inlineInfoSP->Dump(s, show_fullpaths); in Dump()
|
H A D | LineEntry.cpp | 50 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() 52 if (show_fullpaths) in DumpStopContext()
|
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 | Variable.cpp | 145 bool show_fullpaths = false; in Dump() local 146 m_declaration.Dump(s, show_fullpaths); in Dump() 168 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration() argument 181 s, nullptr, Address(), show_fullpaths, show_module, show_inlined_frames, in DumpDeclaration()
|
H A D | Type.cpp | 191 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()
|
H A D | SymbolContext.cpp | 69 const Address &addr, bool show_fullpaths, in DumpStopContext() argument 75 if (show_fullpaths) in DumpStopContext() 137 line_entry.DumpStopContext(s, show_fullpaths); in DumpStopContext() 145 s, exe_scope, inline_parent_addr, show_fullpaths, show_module, in DumpStopContext() 152 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | ThreadPlanTracer.cpp | 67 bool show_fullpaths = false; in Log() local 72 show_fullpaths); in Log()
|
H A D | StackFrame.cpp | 1819 bool show_fullpaths) { in Dump() argument 1837 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | LineEntry.h | 76 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
|
H A D | Function.h | 87 void Dump(Stream *s, bool show_fullpaths) const; 201 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 | 151 const Address &so_addr, bool show_fullpaths,
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 351 void Dump(Stream *strm, bool show_frame_index, bool show_fullpaths);
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 554 bool show_fullpaths = false; in DoExecute() local 556 if (var_sp->DumpDeclaration(&s, show_fullpaths, in DoExecute()
|
H A D | CommandObjectSource.cpp | 1070 bool show_fullpaths = true; in DoExecute() local 1078 show_fullpaths, show_module, show_inlined_frames, in DoExecute()
|
H A D | CommandObjectTarget.cpp | 775 bool show_fullpaths = false; in DumpValueObject() local 777 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DumpValueObject()
|