Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h77 DumpValueObjectOptions &SetUseObjectiveC(bool use = false);
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp63 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC() function in DumpValueObjectOptions
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp202 .SetUseObjectiveC(use_objc) in GetAsDumpOptions()