Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp76 void SBTypeFormat::SetFormat(lldb::Format fmt) { in SetFormat() function in SBTypeFormat
H A DSBValue.cpp1294 void SBValue::SetFormat(lldb::Format format) { in SetFormat() function in SBValue
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h175 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp125 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectSynthetic.cpp390 void ValueObjectSynthetic::SetFormat(lldb::Format format) { in SetFormat() function in ValueObjectSynthetic
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h780 virtual void SetFormat(lldb::Format format) { in SetFormat() function