Home
last modified time | relevance | path

Searched refs:GetDescription (Results 1 – 25 of 268) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp117 GetDescription(stream); in Print()
125 GetDescription(stream); in Print()
133 GetDescription(stream); in Print()
136 bool SBInstructionList::GetDescription(lldb::SBStream &stream) { in GetDescription() function in SBInstructionList
138 return GetDescription(stream.ref()); in GetDescription()
141 bool SBInstructionList::GetDescription(Stream &sref) { in GetDescription() function in SBInstructionList
H A DSBAddressRange.cpp86 bool SBAddressRange::GetDescription(SBStream &description, in GetDescription() function in SBAddressRange
90 return ref().GetDescription(&description.ref(), target.GetSP().get()); in GetDescription()
H A DSBAddressRangeList.cpp76 bool SBAddressRangeList::GetDescription(SBStream &description, in GetDescription() function in SBAddressRangeList
90 GetAddressRangeAtIndex(i).GetDescription(description, target); in GetDescription()
H A DSBSymbolContextList.cpp100 bool SBSymbolContextList::GetDescription(lldb::SBStream &description) { in GetDescription() function in SBSymbolContextList
105 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp191 void StructuredData::Float::GetDescription(lldb_private::Stream &s) const { in GetDescription()
195 void StructuredData::Boolean::GetDescription(lldb_private::Stream &s) const { in GetDescription()
199 void StructuredData::String::GetDescription(lldb_private::Stream &s) const { in GetDescription()
203 void StructuredData::Array::GetDescription(lldb_private::Stream &s) const { in GetDescription()
229 item_sp->GetDescription(s); in GetDescription() function in StructuredData::Dictionary
239 void StructuredData::Dictionary::GetDescription(lldb_private::Stream &s) const { in GetDescription()
275 iter->second->GetDescription(s);
285 void StructuredData::Null::GetDescription(lldb_private::Stream &s) const {
289 void StructuredData::Generic::GetDescription(lldb_private::Stream &s) const {
181 void StructuredData::Float::GetDescription(lldb_private::Stream &s) const { GetDescription() function in StructuredData::Float
185 void StructuredData::Boolean::GetDescription(lldb_private::Stream &s) const { GetDescription() function in StructuredData::Boolean
189 void StructuredData::String::GetDescription(lldb_private::Stream &s) const { GetDescription() function in StructuredData::String
193 void StructuredData::Array::GetDescription(lldb_private::Stream &s) const { GetDescription() function in StructuredData::Array
264 void StructuredData::Null::GetDescription(lldb_private::Stream &s) const { GetDescription() function in StructuredData::Null
268 void StructuredData::Generic::GetDescription(lldb_private::Stream &s) const { GetDescription() function in StructuredData::Generic
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp31 bool BreakpointName::Permissions::GetDescription(Stream *s, in BreakpointName()
49 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
59 GetOptions().GetDescription(s, level); in GetDescription()
68 GetPermissions().GetDescription(s, level); in GetDescription()
38 bool BreakpointName::Permissions::GetDescription(Stream *s, GetDescription() function in BreakpointName::Permissions
56 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { GetDescription() function in BreakpointName
H A DWatchpointOptions.cpp122 m_callback_baton_sp->GetDescription(s->AsRawOstream(), level, in GetCallbackDescription()
127 void WatchpointOptions::GetDescription(Stream *s, in GetDescription() function in WatchpointOptions
145 m_thread_spec_up->GetDescription(s, level); in GetDescription()
157 void WatchpointOptions::CommandBaton::GetDescription( in GetDescription() function in WatchpointOptions::CommandBaton
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h42 virtual void GetDescription(llvm::raw_ostream &s,
56 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
70 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level, in GetDescription() function
H A DStructuredData.h183 virtual void GetDescription(lldb_private::Stream &s) const { in GetDescription()
291 void GetDescription(lldb_private::Stream &s) const override; in GetItemAtIndexAsDictionary()
318 void GetDescription(lldb_private::Stream &s) const override { in AddIntegerItem()
341 void GetDescription(lldb_private::Stream &s) const override;
360 void GetDescription(lldb_private::Stream &s) const override;
378 void GetDescription(lldb_private::Stream &s) const override; in SetValue()
539 void GetDescription(lldb_private::Stream &s) const override;
555 void GetDescription(lldb_private::Stream &s) const override; in GetValueForKeyAsArray()
571 void GetDescription(lldb_private::Stream &s) const override;
182 virtual void GetDescription(lldb_private::Stream &s) const { GetDescription() function
361 void GetDescription(lldb_private::Stream &s) const override { GetDescription() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp184 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoBreakpoint
208 bp_site_sp->GetDescription(&strm, eDescriptionLevelBrief); in GetDescription()
407 bp_loc_sp->GetDescription(&loc_desc, eDescriptionLevelBrief); in PerformAction()
465 bp_loc_sp->GetDescription(&strm, eDescriptionLevelBrief); in PerformAction()
681 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoWatchpoint
951 wp_sp->GetDescription(&strm, eDescriptionLevelBrief); in PerformAction()
1102 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoUnixSignal
1138 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoTrace
1160 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoException
1184 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoProcessorTrace
[all …]
H A DThreadPlanBase.cpp49 void ThreadPlanBase::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription() function in ThreadPlanBase
130 m_tid, stop_info_sp->GetDescription()); in ShouldStop()
153 m_tid, stop_info_sp->GetDescription()); in ShouldStop()
H A DLanguageRuntime.cpp50 void ExceptionSearchFilter::GetDescription(Stream *s) { in GetDescription() function in ExceptionSearchFilter
53 m_filter_sp->GetDescription(s); in GetDescription()
128 void GetDescription(Stream *s) override { in GetDescription() function in ExceptionBreakpointResolver
140 m_actual_resolver_sp->GetDescription(s); in GetDescription()
H A DThreadPlanCallUserExpression.cpp48 void ThreadPlanCallUserExpression::GetDescription( in GetDescription() function in ThreadPlanCallUserExpression
53 ThreadPlanCallFunction::GetDescription(s, level); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h64 virtual void GetDescription(Stream *s);
195 virtual void GetDescription(Stream *s);
334 void GetDescription(Stream *s) override;
381 void GetDescription(Stream *s) override;
420 void GetDescription(Stream *s) override;
H A DStructuredDataImpl.h65 Status GetDescription(Stream &stream) const { in GetDescription() function
83 m_data_sp->GetDescription(stream); in GetDescription()
87 return plugin_sp->GetDescription(m_data_sp, stream); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp73 std::string TypeFilterImpl::GetDescription() { in GetDescription() function in TypeFilterImpl
101 std::string SyntheticChildren::GetDescription() { return ""; } in GetDescription() function in SyntheticChildren
108 std::string CXXSyntheticChildren::GetDescription() { in GetDescription() function in CXXSyntheticChildren
243 std::string ScriptedSyntheticChildren::GetDescription() { in GetDescription() function in ScriptedSyntheticChildren
H A DTypeSummary.cpp103 std::string StringSummaryFormat::GetDescription() { in GetDescription() function in StringSummaryFormat
135 std::string CXXFunctionSummaryFormat::GetDescription() { in GetDescription() function in CXXFunctionSummaryFormat
184 std::string ScriptSummaryFormat::GetDescription() { in GetDescription() function in ScriptSummaryFormat
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h55 bool GetDescription(lldb::SBStream &description);
65 bool GetDescription(lldb_private::Stream &description);
H A DSBEvent.h63 bool GetDescription(lldb::SBStream &description);
65 bool GetDescription(lldb::SBStream &description) const;
H A DSBModuleSpec.h88 bool GetDescription(lldb::SBStream &description);
125 bool GetDescription(lldb::SBStream &description);
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dmacros.swig5 $self->GetDescription (stream, Level);
20 $self->GetDescription (stream);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp198 void SymbolContext::GetDescription( in GetDescription() function in SymbolContext
213 comp_unit->GetDescription(s, level); in GetDescription()
219 function->GetDescription(s, level, target); in GetDescription()
225 func_type->GetDescription(s, level, false, target); in GetDescription()
247 (*pos)->GetDescription(s, function, level, target); in GetDescription()
254 line_entry.GetDescription(s, level, comp_unit, target, false); in GetDescription()
260 symbol->GetDescription(s, level, target, settings); in GetDescription()
875 symbol->GetDescription(&ss, eDescriptionLevelFull, &target); in FindBestGlobalDataSymbol()
886 symbol->GetDescription(&ss, eDescriptionLevelVerbose, &target); in FindBestGlobalDataSymbol()
1123 void SymbolContextSpecifier::GetDescription( in GetDescription() function in SymbolContextSpecifier
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h148 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
178 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h148 virtual std::string GetDescription() = 0;
178 std::string GetDescription() override;
208 std::string GetDescription() override;
H A DTypeSummary.h259 virtual std::string GetDescription() = 0;
294 std::string GetDescription() override;
337 std::string GetDescription() override;
385 std::string GetDescription() override;

1234567891011