Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h277 bool SetFileSpecValue(const FileSpec &file_spec);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp331 bool OptionValue::SetFileSpecValue(const FileSpec &file_spec) { in SetFileSpecValue() function in OptionValue
H A DOptionValueProperties.cpp419 return value->SetFileSpecValue(new_file_spec); in SetPropertyAtIndexAsFileSpec()