Home
last modified time | relevance | path

Searched refs:DataFormatters (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterSection.cpp74 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), std::move(error), in ForEachFormatterInModule()
79 GetLog(LLDBLog::DataFormatters), in ForEachFormatterInModule()
86 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), cursor.takeError(), "{0}"); in ForEachFormatterInModule()
107 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), cursor.takeError(), in LoadTypeSummariesForModule()
112 LLDB_LOG(GetLog(LLDBLog::DataFormatters), in LoadTypeSummariesForModule()
125 LLDB_LOG(GetLog(LLDBLog::DataFormatters), in LoadTypeSummariesForModule()
148 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), cursor.takeError(), in LoadFormattersForModule()
160 LLDB_LOG(GetLog(LLDBLog::DataFormatters), in LoadFormattersForModule()
164 LLDB_LOG(GetLog(LLDBLog::DataFormatters), in LoadFormattersForModule()
H A DTypeSynthetic.cpp124 LLDB_LOG_ERRORV(GetLog(LLDBLog::DataFormatters), value_or_err.takeError(), in CalculateNumChildrenIgnoringErrors()
H A DTypeCategoryMap.cpp183 Log *log = GetLog(LLDBLog::DataFormatters); in Get()
H A DFormatManager.cpp635 Log *log = GetLog(LLDBLog::DataFormatters); in Get()
656 Log *log = GetLog(LLDBLog::DataFormatters); in GetCached()
H A DFormatterBytecode.cpp225 LLDB_LOGV(GetLog(LLDBLog::DataFormatters), in Interpret()
/freebsd/lib/clang/liblldb/
H A DMakefile220 SRCS+= DataFormatters/CXXFunctionPointer.cpp
221 SRCS+= DataFormatters/DataVisualization.cpp
222 SRCS+= DataFormatters/DumpValueObjectOptions.cpp
223 SRCS+= DataFormatters/FormatCache.cpp
224 SRCS+= DataFormatters/FormatClasses.cpp
225 SRCS+= DataFormatters/FormatManager.cpp
226 SRCS+= DataFormatters/FormatterBytecode.cpp
227 SRCS+= DataFormatters/FormatterSection.cpp
228 SRCS+= DataFormatters/FormattersHelpers.cpp
229 SRCS+= DataFormatters/LanguageCategory.cpp
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp48 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), std::move(err), in BlockPointerSyntheticFrontEnd()
180 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), index_or_err.takeError(), in BlockPointerSummaryProvider()
H A DLibCxxInitializerList.cpp93 LLDB_LOG_ERRORV(GetLog(LLDBLog::DataFormatters), size_or_err.takeError(), in Update()
H A DLibCxxSpan.cpp107 LLDB_LOG_ERRORV(GetLog(LLDBLog::DataFormatters), size_or_err.takeError(), in Update()
H A DLibCxxVariant.cpp102 LLDB_LOG_ERRORV(GetLog(LLDBLog::DataFormatters), in LibcxxVariantGetIndexValidity()
H A DLibCxxVector.cpp151 LLDB_LOG_ERRORV(GetLog(LLDBLog::DataFormatters), size_or_err.takeError(), in Update()
H A DLibCxxUnorderedMap.cpp277 LLDB_LOG_ERRORV(GetLog(LLDBLog::DataFormatters), in Update()
H A DLibCxx.cpp488 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), index_or_err.takeError(), in ExtractLibcxxStringInfo()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectSynthetic.cpp91 Log *log = GetLog(LLDBLog::DataFormatters); in CalculateNumChildren()
161 Log *log = GetLog(LLDBLog::DataFormatters); in UpdateValue()
247 Log *log = GetLog(LLDBLog::DataFormatters); in GetChildAtIndex()
H A DValueObject.cpp203 Log *log = GetLog(LLDBLog::DataFormatters); in UpdateFormatsIfNeeded()
465 LLDB_LOG_ERRORV(GetLog(LLDBLog::DataFormatters), value_or_err.takeError(), in GetNumChildrenIgnoringErrors()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp35 LLDBLog::DataFormatters},
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h25 DataFormatters = Log::ChannelFlag<6>, enumerator
/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap91 umbrella "lldb/DataFormatters"
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp562 Log *log = GetLog(LLDBLog::DataFormatters); in ScanBracketedRange()
671 Log *log = GetLog(LLDBLog::DataFormatters); in ExpandIndexedExpression()
756 Log *log = GetLog(LLDBLog::DataFormatters); in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp442 Log *log = GetLog(LLDBLog::DataFormatters); in NSNumberSummaryProvider()
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist572 lldb/source/DataFormatters/CMakeLists.txt