Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h85 SetUseDynamicType(lldb::DynamicValueType dyn = lldb::eNoDynamicValues);
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp76 DumpValueObjectOptions::SetUseDynamicType(lldb::DynamicValueType dyn) { in SetUseDynamicType() function in DumpValueObjectOptions
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp201 .SetUseDynamicType(use_dynamic) in GetAsDumpOptions()