Searched refs:GetDescription (Results 1 - 25 of 258) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DBaton.cpp11 void lldb_private::UntypedBaton::GetDescription(llvm::raw_ostream &s, function in class:lldb_private::UntypedBaton
H A DStructuredData.cpp191 void StructuredData::Float::GetDescription(lldb_private::Stream &s) const { function in class:StructuredData::Float
195 void StructuredData::Boolean::GetDescription(lldb_private::Stream &s) const { function in class:StructuredData::Boolean
199 void StructuredData::String::GetDescription(lldb_private::Stream &s) const { function in class:StructuredData::String
203 void StructuredData::Array::GetDescription(lldb_private::Stream &s) const { function in class:StructuredData::Array
229 item_sp->GetDescription(s);
239 void StructuredData::Dictionary::GetDescription(lldb_private::Stream &s) const { function in class:StructuredData::Dictionary
275 iter->second->GetDescription(s);
285 void StructuredData::Null::GetDescription(lldb_private::Stream &s) const { function in class:StructuredData::Null
289 void StructuredData::Generic::GetDescription(lldb_private::Stream &s) const { function in class:StructuredData::Generic
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointPrecondition.cpp19 void BreakpointPrecondition::GetDescription(Stream &stream, function in class:BreakpointPrecondition
H A DBreakpointName.cpp31 bool BreakpointName::Permissions::GetDescription(Stream *s, function in class:BreakpointName::Permissions
49 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { function in class:BreakpointName
59 GetOptions().GetDescription(s, level);
68 GetPermissions().GetDescription(s, level);
/freebsd-current/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 DSBSymbolContextList.h36 bool GetDescription(lldb::SBStream &description);
H A DSBFileSpecList.h29 bool GetDescription(SBStream &description) const;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointPrecondition.h26 virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
H A DWatchpointOptions.h148 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
178 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp26 const char *InstrumentationRuntimeStopInfo::GetDescription() { function in class:InstrumentationRuntimeStopInfo
H A DThreadPlanBase.cpp49 void ThreadPlanBase::GetDescription(Stream *s, lldb::DescriptionLevel level) { function in class:ThreadPlanBase
130 m_tid, stop_info_sp->GetDescription());
153 m_tid, stop_info_sp->GetDescription());
/freebsd-current/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,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp50 scariness.GetDescription(), (void *)addr_description.addr,
58 ReportErrorSummary(scariness.GetDescription(), &stack);
65 scariness.GetDescription(), (void *)addr_description.addr,
95 ReportErrorSummary(scariness.GetDescription(), &stack);
114 ReportErrorSummary(scariness.GetDescription(), &stack);
126 scariness.GetDescription(), alloc_names[alloc_type],
134 ReportErrorSummary(scariness.GetDescription(), &stack);
150 ReportErrorSummary(scariness.GetDescription(), stack);
163 ReportErrorSummary(scariness.GetDescription(), stack);
176 ReportErrorSummary(scariness.GetDescription(), stac
[all...]
H A Dasan_scariness_score.h48 const char *GetDescription() const { return descr; } function in struct:__asan::ScarinessScoreBase
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp117 GetDescription(stream);
125 GetDescription(stream);
133 GetDescription(stream);
136 bool SBInstructionList::GetDescription(lldb::SBStream &stream) { function in class:SBInstructionList
138 return GetDescription(stream.ref());
141 bool SBInstructionList::GetDescription(Stream &sref) { function in class:SBInstructionList
H A DSBSymbolContextList.cpp100 bool SBSymbolContextList::GetDescription(lldb::SBStream &description) { function in class:SBSymbolContextList
105 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h40 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanCallOnFunctionExit.h34 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DInstrumentationRuntimeStopInfo.h27 const char *GetDescription() override;
H A DThreadPlanStepOverRange.h29 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanStepInstruction.h25 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanBase.h28 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolverFileLine.h41 void GetDescription(Stream *s) override;
H A DFileLineResolver.h45 void GetDescription(Stream *s) override;
H A DAddressResolver.h46 void GetDescription(Stream *s) override = 0;

Completed in 229 milliseconds

1234567891011