Searched refs:GetDescription (Results 101 - 125 of 319) sorted by relevance

1234567891011>>

/external/lldb/include/lldb/API/
H A DSBFileSpec.h55 GetDescription (lldb::SBStream &description) const;
H A DSBFunction.h69 GetDescription (lldb::SBStream &description);
H A DSBLineEntry.h66 GetDescription (lldb::SBStream &description);
H A DSBSection.h81 GetDescription (lldb::SBStream &description);
H A DSBSymbol.h68 GetDescription (lldb::SBStream &description);
H A DSBSymbolContext.h57 GetDescription (lldb::SBStream &description);
H A DSBTypeFilter.h54 GetDescription (lldb::SBStream &description,
H A DSBTypeSummary.h72 GetDescription (lldb::SBStream &description,
H A DSBTypeSynthetic.h62 GetDescription (lldb::SBStream &description,
H A DSBWatchpoint.h73 GetDescription (lldb::SBStream &description, DescriptionLevel level);
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h68 GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DBreakpointLocationCollection.h158 void GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DBreakpointLocationList.h214 GetDescription (Stream *s,
/external/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h320 GetDescription () = 0;
379 GetDescription();
450 GetDescription ();
524 GetDescription ();
/external/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h44 GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DThreadPlanStepInRange.h45 GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DThreadPlanStepOut.h35 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DThreadPlanStepRange.h37 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level) = 0;
H A DThreadPlanStepThrough.h27 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DThreadPlanStepUntil.h28 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DThreadSpec.h143 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
/external/lldb/source/API/
H A DSBBreakpointLocation.cpp44 GetDescription (sstr, lldb::eDescriptionLevelBrief);
268 SBBreakpointLocation::GetDescription (SBStream &description, DescriptionLevel level) function in class:SBBreakpointLocation
275 m_opaque_sp->GetDescription (&strm, level);
314 sb_bp.GetDescription (sstr);
/external/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp211 BreakpointOptions::GetDescription (Stream *s, lldb::DescriptionLevel level) const function in class:BreakpointOptions
239 m_thread_spec_ap->GetDescription (s, level);
254 m_callback_baton_sp->GetDescription (s, level);
268 BreakpointOptions::CommandBaton::GetDescription (Stream *s, lldb::DescriptionLevel level) const function in class:BreakpointOptions::CommandBaton
/external/lldb/source/Core/
H A DAddressResolverFileLine.cpp73 //new_bp_loc->GetDescription (&s, lldb::eDescriptionLevelVerbose);
97 AddressResolverFileLine::GetDescription (Stream *s) function in class:AddressResolverFileLine
H A DFileLineResolver.cpp91 FileLineResolver::GetDescription (Stream *s) function in class:FileLineResolver

Completed in 220 milliseconds

1234567891011>>