Searched defs:GetDescription (Results 1 - 25 of 108) sorted by relevance

12345

/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
239 void StructuredData::Dictionary::GetDescription(lldb_private::Stream &s) const { function in class:StructuredData::Dictionary
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/Target/
H A DInstrumentationRuntimeStopInfo.cpp26 const char *InstrumentationRuntimeStopInfo::GetDescription() { function in class:InstrumentationRuntimeStopInfo
H A DThreadPlanCallFunctionUsingABI.cpp47 void ThreadPlanCallFunctionUsingABI::GetDescription(Stream *s, function in class:ThreadPlanCallFunctionUsingABI
H A DThreadPlanCallOnFunctionExit.cpp45 void ThreadPlanCallOnFunctionExit::GetDescription( function in class:ThreadPlanCallOnFunctionExit
H A DThreadSpec.cpp131 void ThreadSpec::GetDescription(Stream *s, lldb::DescriptionLevel level) const { function in class:ThreadSpec
H A DThreadPlanCallUserExpression.cpp48 void ThreadPlanCallUserExpression::GetDescription( function in class:ThreadPlanCallUserExpression
H A DThreadPlanBase.cpp49 void ThreadPlanBase::GetDescription(Stream *s, lldb::DescriptionLevel level) { function in class:ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp42 void ThreadPlanStepOverBreakpoint::GetDescription( function in class:ThreadPlanStepOverBreakpoint
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
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
H A DBreakpointPrecondition.cpp19 void BreakpointPrecondition::GetDescription(Stream &stream, function in class:BreakpointPrecondition
H A DBreakpointID.cpp44 void BreakpointID::GetDescription(Stream *s, lldb::DescriptionLevel level) { function in class:BreakpointID
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_scariness_score.h48 const char *GetDescription() const { return descr; } function in struct:__asan::ScarinessScoreBase
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp71 void AddressResolverFileLine::GetDescription(Stream *s) { function in class:AddressResolverFileLine
H A DFileLineResolver.cpp71 void FileLineResolver::GetDescription(Stream *s) { function in class:FileLineResolver
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContextList.cpp100 bool SBSymbolContextList::GetDescription(lldb::SBStream &description) { function in class:SBSymbolContextList
H A DSBTypeEnumMember.cpp168 bool SBTypeEnumMember::GetDescription( function in class:SBTypeEnumMember
H A DSBFileSpecList.cpp99 bool SBFileSpecList::GetDescription(SBStream &description) const { function in class:SBFileSpecList
H A DSBTypeNameSpecifier.cpp98 bool SBTypeNameSpecifier::GetDescription( function in class:SBTypeNameSpecifier
H A DSBTypeFormat.cpp98 bool SBTypeFormat::GetDescription(lldb::SBStream &description, function in class:SBTypeFormat
H A DSBTypeFilter.cpp58 bool SBTypeFilter::GetDescription(lldb::SBStream &description, function in class:SBTypeFilter
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h43 llvm::StringRef GetDescription() const { return m_description; } function in class:lldb_private::Property
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp126 std::string TypeFormatImpl_Format::GetDescription() { function in class:TypeFormatImpl_Format
198 std::string TypeFormatImpl_EnumType::GetDescription() { function in class:TypeFormatImpl_EnumType
H A DTypeSummary.cpp100 std::string StringSummaryFormat::GetDescription() { function in class:StringSummaryFormat
132 std::string CXXFunctionSummaryFormat::GetDescription() { function in class:CXXFunctionSummaryFormat
181 std::string ScriptSummaryFormat::GetDescription() { function in class:ScriptSummaryFormat
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp92 bool LineEntry::GetDescription(Stream *s, lldb::DescriptionLevel level, function in class:LineEntry

Completed in 160 milliseconds

12345