Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionGroupFormat.h45 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBTypeFormat.cpp55 lldb::Format SBTypeFormat::GetFormat() { in GetFormat() function in SBTypeFormat
HDSBValue.cpp1269 lldb::Format SBValue::GetFormat() { in GetFormat() function in SBValue
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDTypeFormat.h168 lldb::Format GetFormat() const { return m_format; } in GetFormat() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDDataVisualization.cpp32 DataVisualization::GetFormat(ValueObject &valobj, in GetFormat() function in DataVisualization
HDFormatManager.cpp683 FormatManager::GetFormat(ValueObject &valobj, in GetFormat() function in FormatManager
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp504 lldb::Format CompilerType::GetFormat() const { in GetFormat() function in CompilerType
HDType.cpp401 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() function in Type
HDClangASTContext.cpp4726 lldb::Format ClangASTContext::GetFormat(lldb::opaque_compiler_type_t type) { in GetFormat() function in ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp3231 lldb::Format ValueObject::GetFormat() const { in GetFormat() function in ValueObject