Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h81 DumpValueObjectOptions &SetUseObjectiveC(bool use = false);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp70 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp202 .SetUseObjectiveC(use_objc) in GetAsDumpOptions()