Home
last modified time | relevance | path

Searched defs:SetFormat (Results 1 – 7 of 7) 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.cpp1275 void SBValue::SetFormat(lldb::Format format) { in SetFormat() function in SBValue
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h170 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp127 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp385 void ValueObjectSynthetic::SetFormat(lldb::Format format) { in SetFormat() function in ValueObjectSynthetic
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp548 auto SetFormat = [&](bool NewFormat) { in main() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h776 virtual void SetFormat(lldb::Format format) { in SetFormat() function