Home
last modified time | relevance | path

Searched defs:SetFormat (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp76 void SBTypeFormat::SetFormat(lldb::Format fmt) { in SetFormat() function in SBTypeFormat
H A DSBValue.cpp1235 void SBValue::SetFormat(lldb::Format format) { SetFormat() function in SBValue
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h170 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat() function
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp127 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp375 void ValueObjectSynthetic::SetFormat(lldb::Format format) { SetFormat() function in ValueObjectSynthetic
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h694 virtual void SetFormat(lldb::Format format) { SetFormat() function