| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LineEntry.cpp | 110 level == lldb::eDescriptionLevelFull) { in GetDescription() 127 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointLocation.i | 138 STRING_EXTENSION_LEVEL(SBBreakpointLocation, lldb::eDescriptionLevelFull)
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeMap.h | 30 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
|
| H A D | CompilerType.h | 382 lldb::eDescriptionLevelFull) const; 389 lldb::eDescriptionLevelFull) const;
|
| H A D | TypeSystem.h | 385 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0; 393 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0;
|
| H A D | Type.h | 108 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 510 if (level == lldb::eDescriptionLevelFull || in GetDescription() 562 (level == eDescriptionLevelFull || level == eDescriptionLevelInitial)) in GetDescription() 585 if (level == eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
|
| H A D | WatchpointOptions.cpp | 150 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| H A D | Watchpoint.cpp | 199 if (description_level >= lldb::eDescriptionLevelFull) { in DumpWithLevel()
|
| H A D | Breakpoint.cpp | 872 case lldb::eDescriptionLevelFull: in GetDescription() 891 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSymbolContextList.cpp | 114 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
|
| H A D | SBSymbol.cpp | 104 m_opaque_ptr->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
|
| H A D | SBSymbolContext.cpp | 209 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
|
| H A D | SBThreadPlan.cpp | 153 thread_plan_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 182 m_level = lldb::eDescriptionLevelFull; in SetOptionValue() 195 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting() 969 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute() 1131 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1268 if (!thread->GetDescription(strm, eDescriptionLevelFull, in HandleOneThread() 1716 : eDescriptionLevelFull; in DoExecute() 1729 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute() 1754 DescriptionLevel desc_level = eDescriptionLevelFull; in HandleOneThread()
|
| H A D | CommandObjectWatchpointCommand.cpp | 614 eDescriptionLevelFull, in DoExecute()
|
| H A D | CommandObjectBreakpointCommand.cpp | 678 eDescriptionLevelFull, in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1633 type_sp->GetDescription(&strm, eDescriptionLevelFull, true, target); in LookupTypeInModule() 1642 typedefed_type_sp->GetDescription(&strm, eDescriptionLevelFull, true, in LookupTypeInModule() 1678 type_sp->GetDescription(&strm, eDescriptionLevelFull, true, target); in LookupTypeHere() 1687 typedefed_type_sp->GetDescription(&strm, eDescriptionLevelFull, true, in LookupTypeHere() 2336 m_options.m_verbose ? eDescriptionLevelFull in DoExecute() 4860 eDescriptionLevelFull); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 1131 m_level = lldb::eDescriptionLevelFull; in SetOptionValue() 1147 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting() 1983 if (bp_name->GetDescription(&s, eDescriptionLevelFull)) { in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepThrough.cpp | 102 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in LookForPlanToStepThroughFromCurrentPC()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1080 if (level >= eDescriptionLevelFull) { in GetDescription() 1139 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportErrorIfModifyDetected() 1165 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportWarning() 1186 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessage() 1199 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessageVerboseBacktrace()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 196 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 209 eDescriptionLevelFull, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 979 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) override; 983 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) override;
|