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

1234567891011>>

/freebsd-11-stable/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
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.cpp23 const char *POSIXLimboStopInfo::GetDescription() { return "thread exiting"; } function in class:POSIXLimboStopInfo
38 const char *POSIXNewThreadStopInfo::GetDescription() { function in class:POSIXNewThreadStopInfo
H A DPOSIXStopInfo.h39 const char *GetDescription();
59 const char *GetDescription();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp38 bool BreakpointName::Permissions::GetDescription(Stream *s, function in class:BreakpointName::Permissions
56 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { function in class:BreakpointName
66 GetOptions().GetDescription(s, level);
75 GetPermissions().GetDescription(s, level);
H A DBreakpointPrecondition.cpp19 void BreakpointPrecondition::GetDescription(Stream &stream, function in class:BreakpointPrecondition
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h53 bool GetDescription(lldb::SBStream &description);
63 bool GetDescription(lldb_private::Stream &description);
H A DSBEvent.h58 bool GetDescription(lldb::SBStream &description);
60 bool GetDescription(lldb::SBStream &description) const;
H A DSBModuleSpec.h80 bool GetDescription(lldb::SBStream &description);
114 bool GetDescription(lldb::SBStream &description);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecList.i24 GetDescription (SBStream &description) const;
H A DSBMemoryRegionInfo.i56 GetDescription (lldb::SBStream &description);
H A DSBModuleSpec.i92 GetDescription (lldb::SBStream &description);
129 GetDescription (lldb::SBStream &description);
H A DSBDeclaration.i39 GetDescription (lldb::SBStream &description);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointPrecondition.h26 virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
H A DWatchpointOptions.h153 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
183 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp26 const char *InstrumentationRuntimeStopInfo::GetDescription() { function in class:InstrumentationRuntimeStopInfo
/freebsd-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp51 scariness.GetDescription(), addr_description.addr,
59 ReportErrorSummary(scariness.GetDescription(), &stack);
67 scariness.GetDescription(), addr_description.addr,
97 ReportErrorSummary(scariness.GetDescription(), &stack);
116 ReportErrorSummary(scariness.GetDescription(), &stack);
128 scariness.GetDescription(), alloc_names[alloc_type],
136 ReportErrorSummary(scariness.GetDescription(), &stack);
152 ReportErrorSummary(scariness.GetDescription(), stack);
165 ReportErrorSummary(scariness.GetDescription(), stack);
178 ReportErrorSummary(scariness.GetDescription(), stac
[all...]
H A Dasan_scariness_score.h48 const char *GetDescription() const { return descr; } function in struct:__asan::ScarinessScoreBase
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h46 void GetDescription(Stream *s) override = 0;
H A DAddressResolverFileLine.h42 void GetDescription(Stream *s) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h27 const char *GetDescription() override;
H A DThreadPlanCallFunctionUsingABI.h40 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanCallOnFunctionExit.h34 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContextList.cpp108 bool SBSymbolContextList::GetDescription(lldb::SBStream &description) { function in class:SBSymbolContextList
109 LLDB_RECORD_METHOD(bool, SBSymbolContextList, GetDescription,
114 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr);
139 LLDB_REGISTER_METHOD(bool, SBSymbolContextList, GetDescription,
H A DSBInstructionList.cpp126 GetDescription(stream);
134 GetDescription(stream);
142 GetDescription(stream);
145 bool SBInstructionList::GetDescription(lldb::SBStream &stream) { function in class:SBInstructionList
146 LLDB_RECORD_METHOD(bool, SBInstructionList, GetDescription,
148 return GetDescription(stream.ref());
151 bool SBInstructionList::GetDescription(Stream &sref) { function in class:SBInstructionList
227 LLDB_REGISTER_METHOD(bool, SBInstructionList, GetDescription,

Completed in 188 milliseconds

1234567891011>>