Home
last modified time | relevance | path

Searched refs:SetUseDynamicType (Results 1 – 5 of 5) sorted by last modified time

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1215 options.SetUseDynamicType(m_opaque_sp->GetUseDynamic()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp294 options.SetUseDynamicType(eNoDynamicValues) in DumpSnapshots()
317 options.SetUseDynamicType(eNoDynamicValues) in DumpSnapshots()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp84 DumpValueObjectOptions::SetUseDynamicType(lldb::DynamicValueType dyn) { in SetUseDynamicType() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h86 SetUseDynamicType(lldb::DynamicValueType dyn = lldb::eNoDynamicValues);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp203 .SetUseDynamicType(use_dynamic) in GetAsDumpOptions()