Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h321 bool SetValueAs(FileSpec v) { return SetFileSpecValue(v); } in SetValueAs()
363 bool SetFileSpecValue(FileSpec file_spec);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp326 bool OptionValue::SetFileSpecValue(FileSpec file_spec) { in SetFileSpecValue() function in OptionValue