Home
last modified time | relevance | path

Searched defs:GetFormat (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp50 lldb::Format SBTypeFormat::GetFormat() { in GetFormat() function in SBTypeFormat
H A DSBValue.cpp1225 lldb::Format SBValue::GetFormat() { in GetFormat() function in SBValue
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h168 lldb::Format GetFormat() const { return m_format; } in GetFormat() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp31 DataVisualization::GetFormat(ValueObject &valobj, in GetFormat() function in DataVisualization
H A DFormatManager.cpp667 FormatManager::GetFormat(ValueObject &valobj, in GetFormat() function in FormatManager
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp513 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() function in Type
H A DCompilerType.cpp766 lldb::Format CompilerType::GetFormat() const { in GetFormat() function in CompilerType
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3048 lldb::Format ValueObject::GetFormat() const { in GetFormat() function in ValueObject
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5074 lldb::Format TypeSystemClang::GetFormat(lldb::opaque_compiler_type_t type) { in GetFormat() function in TypeSystemClang