| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_errors.cpp | 58 ReportErrorSummary(scariness.GetDescription(), &stack); in Print() 95 ReportErrorSummary(scariness.GetDescription(), &stack); in Print() 114 ReportErrorSummary(scariness.GetDescription(), &stack); in Print() 134 ReportErrorSummary(scariness.GetDescription(), &stack); in Print() 150 ReportErrorSummary(scariness.GetDescription(), stack); in Print() 163 ReportErrorSummary(scariness.GetDescription(), stack); in Print() 176 ReportErrorSummary(scariness.GetDescription(), stack); in Print() 189 ReportErrorSummary(scariness.GetDescription(), stack); in Print() 203 ReportErrorSummary(scariness.GetDescription(), stack); in Print() 216 ReportErrorSummary(scariness.GetDescription(), stack); in Print() [all …]
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBInstructionList.cpp | 117 GetDescription(stream); in Print() 125 GetDescription(stream); in Print() 133 GetDescription(stream); in Print() 136 bool SBInstructionList::GetDescription(lldb::SBStream &stream) { in GetDescription() function in SBInstructionList 138 return GetDescription(stream.ref()); in GetDescription() 141 bool SBInstructionList::GetDescription(Stream &sref) { in GetDescription() function in SBInstructionList
|
| 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()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointName.cpp | 38 bool BreakpointName::Permissions::GetDescription(Stream *s, in GetDescription() function in BreakpointName::Permissions 56 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription() function in BreakpointName 66 GetOptions().GetDescription(s, level); in GetDescription() 75 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
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StopInfo.cpp | 180 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoBreakpoint 683 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoWatchpoint 1010 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoUnixSignal 1039 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoTrace 1061 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoException 1085 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoProcessorTrace 1107 const char *GetDescription() override { in GetDescription() function in lldb_private::StopInfoThreadPlan 1153 const char *GetDescription() override { return "exec"; } in GetDescription() function in lldb_private::StopInfoExec 1183 const char *GetDescription() override { return "fork"; } in GetDescription() function in lldb_private::StopInfoFork 1217 const char *GetDescription() override { return "vfork"; } in GetDescription() function in lldb_private::StopInfoVFork [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()
|
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBInstructionList.h | 53 bool GetDescription(lldb::SBStream &description); 63 bool GetDescription(lldb_private::Stream &description);
|
| H A D | SBEvent.h | 58 bool GetDescription(lldb::SBStream &description); 60 bool GetDescription(lldb::SBStream &description) const;
|
| H A D | SBModuleSpec.h | 80 bool GetDescription(lldb::SBStream &description); 114 bool GetDescription(lldb::SBStream &description);
|
| H A D | SBType.h | 44 bool GetDescription(lldb::SBStream &description, 89 bool GetDescription(lldb::SBStream &description, 209 bool GetDescription(lldb::SBStream &description,
|
| /llvm-project-15.0.7/lldb/bindings/ |
| H A D | macros.swig | 5 $self->GetDescription (stream, Level); 20 $self->GetDescription (stream);
|
| /llvm-project-15.0.7/lldb/unittests/Platform/ |
| H A D | PlatformTest.cpp | 36 llvm::StringRef GetDescription() override { return "arm"; } in GetDescription() function in PlatformArm 49 llvm::StringRef GetDescription() override { return "intel"; } in GetDescription() function in PlatformIntel 72 llvm::StringRef GetDescription() override { return "thumb"; } in GetDescription() function in PlatformThumb
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/ |
| H A D | TestInlineStepping.py | 74 destination_line_entry.GetDescription(destination_description) 94 destination_line_entry.GetDescription(destination_description) 97 stop_line_entry.GetDescription(actual_description) 112 destination_line_entry.GetDescription(destination_description)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBModuleSpec.i | 92 GetDescription (lldb::SBStream &description); 132 GetDescription (lldb::SBStream &description);
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 200 comp_unit->GetDescription(s, level); in GetDescription() 206 function->GetDescription(s, level, target); in GetDescription() 212 func_type->GetDescription(s, level, false, target); in GetDescription() 234 (*pos)->GetDescription(s, function, level, target); in GetDescription() 241 line_entry.GetDescription(s, level, comp_unit, target, false); in GetDescription() 247 symbol->GetDescription(s, level, target); in GetDescription() 865 symbol->GetDescription(&ss, eDescriptionLevelFull, &target); in FindBestGlobalDataSymbol() 876 symbol->GetDescription(&ss, eDescriptionLevelVerbose, &target); in FindBestGlobalDataSymbol() 1113 void SymbolContextSpecifier::GetDescription( in GetDescription() function in SymbolContextSpecifier 1255 pos->GetDescription(s, eDescriptionLevelVerbose, target); in Dump() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointOptions.h | 153 void GetDescription(Stream *s, lldb::DescriptionLevel level) const; 183 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | SymbolContext.h | 220 void GetDescription(Stream *s, lldb::DescriptionLevel level, 356 void GetDescription(Stream *s, lldb::DescriptionLevel level) const; 461 void GetDescription(Stream *s, lldb::DescriptionLevel level,
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 100 std::string StringSummaryFormat::GetDescription() { in GetDescription() function in StringSummaryFormat 132 std::string CXXFunctionSummaryFormat::GetDescription() { in GetDescription() function in CXXFunctionSummaryFormat 181 std::string ScriptSummaryFormat::GetDescription() { in GetDescription() function in ScriptSummaryFormat
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | TypeFormat.h | 148 virtual std::string GetDescription() = 0; 178 std::string GetDescription() override; 208 std::string GetDescription() override;
|
| H A D | TypeSummary.h | 259 virtual std::string GetDescription() = 0; 294 std::string GetDescription() override; 337 std::string GetDescription() override; 385 std::string GetDescription() override;
|