Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat() function
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTypeFormat.cpp50 lldb::Format SBTypeFormat::GetFormat() { in GetFormat() function in SBTypeFormat
DSBValue.cpp1227 lldb::Format SBValue::GetFormat() { in GetFormat() function in SBValue
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DTypeFormat.h168 lldb::Format GetFormat() const { return m_format; } in GetFormat() function
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DDataVisualization.cpp31 DataVisualization::GetFormat(ValueObject &valobj, in GetFormat() function in DataVisualization
DFormatManager.cpp659 FormatManager::GetFormat(ValueObject &valobj, in GetFormat() function in FormatManager
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DType.cpp412 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() function in Type
DCompilerType.cpp581 lldb::Format CompilerType::GetFormat() const { in GetFormat() function in CompilerType
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObject.cpp3081 lldb::Format ValueObject::GetFormat() const { in GetFormat() function in ValueObject
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp5191 lldb::Format TypeSystemClang::GetFormat(lldb::opaque_compiler_type_t type) { in GetFormat() function in TypeSystemClang