Home
last modified time | relevance | path

Searched refs:SetFormatValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h326 bool SetValueAs(lldb::Format v) { return SetFormatValue(v); } in SetValueAs()
377 bool SetFormatValue(lldb::Format new_value);
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp360 bool OptionValue::SetFormatValue(lldb::Format new_value) { in SetFormatValue() function in OptionValue