Home
last modified time | relevance | path

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

1234567891011

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_errors.cc51 scariness.GetDescription(), addr_description.addr, in Print()
59 ReportErrorSummary(scariness.GetDescription(), &stack); in Print()
67 scariness.GetDescription(), addr_description.addr, in Print()
97 ReportErrorSummary(scariness.GetDescription(), &stack); in Print()
116 ReportErrorSummary(scariness.GetDescription(), &stack); in Print()
152 ReportErrorSummary(scariness.GetDescription(), stack); in Print()
165 ReportErrorSummary(scariness.GetDescription(), stack); in Print()
178 ReportErrorSummary(scariness.GetDescription(), stack); in Print()
192 ReportErrorSummary(scariness.GetDescription(), stack); in Print()
205 ReportErrorSummary(scariness.GetDescription(), stack); in Print()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointName.cpp39 bool BreakpointName::Permissions::GetDescription(Stream *s, in GetDescription() function in BreakpointName::Permissions
57 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription() function in BreakpointName
67 GetOptions().GetDescription(s, level); in GetDescription()
76 GetPermissions().GetDescription(s, level); in GetDescription()
H A DWatchpointOptions.cpp135 m_callback_baton_sp->GetDescription(s, level); in GetCallbackDescription()
139 void WatchpointOptions::GetDescription(Stream *s, in GetDescription() function in WatchpointOptions
157 m_thread_spec_ap->GetDescription(s, level); in GetDescription()
169 void WatchpointOptions::CommandBaton::GetDescription( in GetDescription() function in WatchpointOptions::CommandBaton
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DBaton.h43 virtual void GetDescription(Stream *s,
56 void GetDescription(Stream *s, lldb::DescriptionLevel level) const override;
69 virtual void GetDescription(Stream *s, in GetDescription() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp187 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoBreakpoint
211 bp_site_sp->GetDescription(&strm, eDescriptionLevelBrief); in GetDescription()
445 bp_loc_sp->GetDescription(error_sp.get(), in PerformAction()
638 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoWatchpoint
974 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoUnixSignal
1005 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoTrace
1029 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoException
1053 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoThreadPlan
1056 m_plan_sp->GetDescription(&strm, eDescriptionLevelBrief); in GetDescription()
1102 const char *GetDescription() override { return "exec"; } in GetDescription() function in lldb_private::StopInfoExec
[all …]
H A DThreadPlanBase.cpp51 void ThreadPlanBase::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription() function in ThreadPlanBase
132 m_thread.GetID(), stop_info_sp->GetDescription()); in ShouldStop()
155 m_thread.GetID(), 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()
131 void GetDescription(Stream *s) override { in GetDescription() function in ExceptionBreakpointResolver
143 m_actual_resolver_sp->GetDescription(s); in GetDescription()
H A DThreadPlanCallUserExpression.cpp51 void ThreadPlanCallUserExpression::GetDescription( in GetDescription() function in ThreadPlanCallUserExpression
56 ThreadPlanCallFunction::GetDescription(s, level); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.cpp24 const char *POSIXLimboStopInfo::GetDescription() { return "thread exiting"; } in GetDescription() function in POSIXLimboStopInfo
39 const char *POSIXNewThreadStopInfo::GetDescription() { in GetDescription() function in POSIXNewThreadStopInfo
H A DPOSIXStopInfo.h40 const char *GetDescription();
60 const char *GetDescription();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSearchFilter.h89 virtual void GetDescription(Stream *s);
240 virtual void GetDescription(Stream *s);
395 void GetDescription(Stream *s) override;
452 void GetDescription(Stream *s) override;
505 void GetDescription(Stream *s) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp217 comp_unit->GetDescription(s, level); in GetDescription()
223 function->GetDescription(s, level, target); in GetDescription()
229 func_type->GetDescription(s, level, false); in GetDescription()
251 (*pos)->GetDescription(s, function, level, target); in GetDescription()
258 line_entry.GetDescription(s, level, comp_unit, target, false); in GetDescription()
264 symbol->GetDescription(s, level, target); in GetDescription()
901 symbol->GetDescription(&ss, eDescriptionLevelFull, &target); in FindBestGlobalDataSymbol()
912 symbol->GetDescription(&ss, eDescriptionLevelVerbose, &target); in FindBestGlobalDataSymbol()
1152 void SymbolContextSpecifier::GetDescription( in GetDescription() function in SymbolContextSpecifier
1296 pos->GetDescription(s, eDescriptionLevelVerbose, target); in Dump()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbolContextList.cpp76 bool SBSymbolContextList::GetDescription(lldb::SBStream &description) { in GetDescription() function in SBSymbolContextList
79 m_opaque_ap->GetDescription(&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
H A DSBCompileUnit.cpp70 sb_line_entry.GetDescription(sstr); in GetLineEntryAtIndex()
168 sb_file_spec.GetDescription(sstr); in GetSupportFileAtIndex()
218 bool SBCompileUnit::GetDescription(SBStream &description) { in GetDescription() function in SBCompileUnit
H A DSBSymbolContext.cpp73 sb_module.GetDescription(sstr); in GetModule()
194 bool SBSymbolContext::GetDescription(SBStream &description) { in GetDescription() function in SBSymbolContext
198 m_opaque_ap->GetDescription(&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
H A DSBType.cpp298 bool SBType::GetDescription(SBStream &description, in GetDescription() function in SBType
303 m_opaque_sp->GetDescription(strm, description_level); in GetDescription()
541 bool SBTypeMember::GetDescription(lldb::SBStream &description, in GetDescription() function in SBTypeMember
557 type_impl_sp->GetDescription(strm, description_level); in GetDescription()
658 bool SBTypeMemberFunction::GetDescription( in GetDescription() function in SBTypeMemberFunction
663 return m_opaque_sp->GetDescription(strm); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBEvent.h57 bool GetDescription(lldb::SBStream &description);
59 bool GetDescription(lldb::SBStream &description) const;
H A DSBModuleSpec.h83 bool GetDescription(lldb::SBStream &description);
117 bool GetDescription(lldb::SBStream &description);
H A DSBType.h43 bool GetDescription(lldb::SBStream &description,
86 bool GetDescription(lldb::SBStream &description,
193 bool GetDescription(lldb::SBStream &description,
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp112 std::string StringSummaryFormat::GetDescription() { in GetDescription() function in StringSummaryFormat
144 std::string CXXFunctionSummaryFormat::GetDescription() { in GetDescription() function in CXXFunctionSummaryFormat
193 std::string ScriptSummaryFormat::GetDescription() { in GetDescription() function in ScriptSummaryFormat
H A DTypeSynthetic.cpp75 std::string TypeFilterImpl::GetDescription() { in GetDescription() function in TypeFilterImpl
89 std::string CXXSyntheticChildren::GetDescription() { in GetDescription() function in CXXSyntheticChildren
213 std::string ScriptedSyntheticChildren::GetDescription() { in GetDescription() function in ScriptedSyntheticChildren
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h150 virtual std::string GetDescription() = 0;
179 std::string GetDescription() override;
207 std::string GetDescription() override;
H A DTypeSummary.h263 virtual std::string GetDescription() = 0;
297 std::string GetDescription() override;
339 std::string GetDescription() override;
385 std::string GetDescription() override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h255 void GetDescription(Stream *s, lldb::DescriptionLevel level,
417 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
538 void GetDescription(Stream *s, lldb::DescriptionLevel level,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h182 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
218 void GetDescription(Stream *s, lldb::DescriptionLevel level) const override;

1234567891011