Home
last modified time | relevance | path

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

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