| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.cpp | 52 scariness.GetDescription(), (void *)addr_description.addr, in Print() 60 ReportErrorSummary(scariness.GetDescription(), &stack); in Print() 67 scariness.GetDescription(), (void *)addr_description.addr, in Print() 97 ReportErrorSummary(scariness.GetDescription(), &stack); in Print() 116 ReportErrorSummary(scariness.GetDescription(), &stack); in Print() 128 scariness.GetDescription(), alloc_names[alloc_type], in Print() 136 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() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBInstructionList.cpp | 119 GetDescription(stream); in Print() 127 GetDescription(stream); in Print() 135 GetDescription(stream); in Print() 138 bool SBInstructionList::GetDescription(lldb::SBStream &stream) { in GetDescription() function in SBInstructionList 140 return GetDescription(stream.ref()); in GetDescription() 143 bool SBInstructionList::GetDescription(lldb::SBStream &stream, in GetDescription() function in SBInstructionList 147 return GetDescription(stream.ref(), &exe_ctx_wrapper); in GetDescription() 150 bool SBInstructionList::GetDescription( in GetDescription() function in SBInstructionList
|
| H A D | SBAddressRange.cpp | 86 bool SBAddressRange::GetDescription(SBStream &description, in GetDescription() function in SBAddressRange 90 return ref().GetDescription(&description.ref(), target.GetSP().get()); in GetDescription()
|
| H A D | SBAddressRangeList.cpp | 76 bool SBAddressRangeList::GetDescription(SBStream &description, in GetDescription() function in SBAddressRangeList 90 GetAddressRangeAtIndex(i).GetDescription(description, target); in GetDescription()
|
| H A D | SBSymbolContextList.cpp | 100 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/Breakpoint/ |
| H A D | BreakpointName.cpp | 27 bool BreakpointName::Permissions::GetDescription(Stream *s, in GetDescription() function in BreakpointName::Permissions 45 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription() function in BreakpointName 55 GetOptions().GetDescription(s, level); in GetDescription() 64 GetPermissions().GetDescription(s, level); in GetDescription()
|
| H A D | WatchpointOptions.cpp | 122 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/source/Utility/ |
| H A D | StructuredData.cpp | 191 void StructuredData::Float::GetDescription(lldb_private::Stream &s) const { in GetDescription() function in StructuredData::Float 195 void StructuredData::Boolean::GetDescription(lldb_private::Stream &s) const { in GetDescription() function in StructuredData::Boolean 199 void StructuredData::String::GetDescription(lldb_private::Stream &s) const { in GetDescription() function in StructuredData::String 203 void StructuredData::Array::GetDescription(lldb_private::Stream &s) const { in GetDescription() function in StructuredData::Array 229 item_sp->GetDescription(s); in GetDescription() 239 void StructuredData::Dictionary::GetDescription(lldb_private::Stream &s) const { in GetDescription() function in StructuredData::Dictionary 275 iter->second->GetDescription(s); in GetDescription() 285 void StructuredData::Null::GetDescription(lldb_private::Stream &s) const { in GetDescription() function in StructuredData::Null 289 void StructuredData::Generic::GetDescription(lldb_private::Stream &s) const { in GetDescription() function in StructuredData::Generic
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Baton.h | 42 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 D | StructuredData.h | 183 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/include/lldb/API/ |
| H A D | SBInstructionList.h | 55 bool GetDescription(lldb::SBStream &description); 59 bool GetDescription(lldb::SBStream &description, 70 bool GetDescription(lldb_private::Stream &description,
|
| H A D | SBEvent.h | 63 bool GetDescription(lldb::SBStream &description); 65 bool GetDescription(lldb::SBStream &description) const;
|
| H A D | SBModuleSpec.h | 88 bool GetDescription(lldb::SBStream &description); 125 bool GetDescription(lldb::SBStream &description);
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 185 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoBreakpoint 209 bp_site_sp->GetDescription(&strm, eDescriptionLevelBrief); in GetDescription() 428 bp_loc_sp->GetDescription(&loc_desc, eDescriptionLevelBrief); in PerformAction() 486 bp_loc_sp->GetDescription(&strm, eDescriptionLevelBrief); in PerformAction() 702 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoWatchpoint 974 wp_sp->GetDescription(&strm, eDescriptionLevelBrief); in PerformAction() 1118 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoUnixSignal 1167 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoInterrupt 1185 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoTrace 1245 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoException [all …]
|
| H A D | ThreadPlanBase.cpp | 49 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 D | LanguageRuntime.cpp | 50 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 D | ThreadPlanCallUserExpression.cpp | 48 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 D | SearchFilter.h | 64 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 D | StructuredDataImpl.h | 61 Status GetDescription(Stream &stream) const { in GetDescription() function 73 m_data_sp->GetDescription(stream); in GetDescription() 77 return plugin_sp->GetDescription(m_data_sp, stream); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 74 std::string TypeFilterImpl::GetDescription() { in GetDescription() function in TypeFilterImpl 102 std::string SyntheticChildren::GetDescription() { return ""; } in GetDescription() function in SyntheticChildren 109 std::string CXXSyntheticChildren::GetDescription() { in GetDescription() function in CXXSyntheticChildren 245 std::string ScriptedSyntheticChildren::GetDescription() { in GetDescription() function in ScriptedSyntheticChildren
|
| H A D | TypeSummary.cpp | 120 std::string StringSummaryFormat::GetDescription() { in GetDescription() function in StringSummaryFormat 156 std::string CXXFunctionSummaryFormat::GetDescription() { in GetDescription() function in CXXFunctionSummaryFormat 219 std::string ScriptSummaryFormat::GetDescription() { in GetDescription() function in ScriptSummaryFormat 298 std::string BytecodeSummaryFormat::GetDescription() { in GetDescription() function in BytecodeSummaryFormat
|
| /freebsd/contrib/llvm-project/lldb/bindings/ |
| H A D | macros.swig | 5 $self->GetDescription (stream, Level); 20 $self->GetDescription (stream);
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 204 void SymbolContext::GetDescription( in GetDescription() function in SymbolContext 219 comp_unit->GetDescription(s, level); in GetDescription() 225 function->GetDescription(s, level, target); in GetDescription() 231 func_type->GetDescription(s, level, false, target); in GetDescription() 253 (*pos)->GetDescription(s, function, level, target); in GetDescription() 260 line_entry.GetDescription(s, level, comp_unit, target, false); in GetDescription() 266 symbol->GetDescription(s, level, target, settings); in GetDescription() 825 symbol->GetDescription(&ss, eDescriptionLevelFull, &target); in FindBestGlobalDataSymbol() 836 symbol->GetDescription(&ss, eDescriptionLevelVerbose, &target); in FindBestGlobalDataSymbol() 1105 void SymbolContextSpecifier::GetDescription( in GetDescription() function in SymbolContextSpecifier [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 267 virtual std::string GetDescription() = 0; 313 std::string GetDescription() override; 359 std::string GetDescription() override; 411 std::string GetDescription() override; 435 std::string GetDescription() override;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointOptions.h | 148 void GetDescription(Stream *s, lldb::DescriptionLevel level) const; 178 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
|