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

/external/lldb/source/Symbol/
H A DDeclaration.cpp16 Declaration::Dump(Stream *s, bool show_fullpaths) const
21 if (show_fullpaths)
50 Declaration::DumpStopContext (Stream *s, bool show_fullpaths) const
54 if (show_fullpaths || s->GetVerbose())
H A DLineEntry.cpp78 LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const
83 if (show_fullpaths)
H A DFunction.cpp48 FunctionInfo::Dump(Stream *s, bool show_fullpaths) const
52 m_declaration.Dump(s, show_fullpaths);
134 InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const
136 FunctionInfo::Dump(s, show_fullpaths);
H A DBlock.cpp67 bool show_fullpaths = (level == eDescriptionLevelVerbose); local
68 m_inlineInfoSP->Dump(s, show_fullpaths);
96 bool show_fullpaths = false; local
97 m_inlineInfoSP->Dump(s, show_fullpaths);
H A DType.cpp172 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); local
173 m_decl.Dump(s, show_fullpaths);
220 bool show_fullpaths = false; local
221 m_decl.Dump (s,show_fullpaths);
H A DVariable.cpp133 bool show_fullpaths = false; local
134 m_declaration.Dump(s, show_fullpaths);
167 Variable::DumpDeclaration (Stream *s, bool show_fullpaths, bool show_module) argument
181 show_fullpaths,
H A DSymbolContext.cpp129 bool show_fullpaths,
137 if (show_fullpaths)
185 call_site.DumpStopContext (s, show_fullpaths);
191 return inline_parent_sc.DumpStopContext (s, exe_scope, inline_parent_addr, show_fullpaths, show_module, show_inlined_frames);
200 if (line_entry.DumpStopContext(s, show_fullpaths))
124 DumpStopContext( Stream *s, ExecutionContextScope *exe_scope, const Address &addr, bool show_fullpaths, bool show_module, bool show_inlined_frames ) const argument
/external/lldb/include/lldb/Symbol/
H A DDeclaration.h142 Dump (Stream *s, bool show_fullpaths) const;
145 DumpStopContext (Stream *s, bool show_fullpaths) const;
H A DLineEntry.h113 DumpStopContext (Stream *s, bool show_fullpaths) const;
H A DFunction.h100 Dump (Stream *s, bool show_fullpaths) const;
240 Dump(Stream *s, bool show_fullpaths) const;
H A DVariable.h49 bool show_fullpaths,
H A DSymbolContext.h169 bool show_fullpaths,
/external/lldb/source/Target/
H A DThreadPlanTracer.cpp74 bool show_fullpaths = false; local
79 m_thread.GetStackFrameAtIndex(0)->Dump (stream, show_frame_index, show_fullpaths);
H A DStackFrame.cpp1302 StackFrame::Dump (Stream *strm, bool show_frame_index, bool show_fullpaths) argument
1320 show_fullpaths,
/external/lldb/include/lldb/Target/
H A DStackFrame.h127 Dump (Stream *strm, bool show_frame_index, bool show_fullpaths);
/external/lldb/source/Commands/
H A DCommandObjectFrame.cpp445 bool show_fullpaths = false; local
447 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module))
H A DCommandObjectSource.cpp688 bool show_fullpaths = true; local
694 show_fullpaths,
H A DCommandObjectTarget.cpp683 bool show_fullpaths = false; local
685 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module))
/external/lldb/source/Core/
H A DAddress.cpp633 const bool show_fullpaths = false; local
654 show_fullpaths,
H A DDisassembler.cpp469 bool show_fullpaths = false; local
475 show_fullpaths,

Completed in 163 milliseconds