Home
last modified time | relevance | path

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

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