Home
last modified time | relevance | path

Searched refs:SetUseDynamicType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h82 SetUseDynamicType(lldb::DynamicValueType dyn = lldb::eNoDynamicValues);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp77 DumpValueObjectOptions::SetUseDynamicType(lldb::DynamicValueType dyn) { in SetUseDynamicType() function in DumpValueObjectOptions
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp203 .SetUseDynamicType(use_dynamic) in GetAsDumpOptions()