Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h279 bool SetFileSpecValue(const FileSpec &file_spec);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp329 bool OptionValue::SetFileSpecValue(const FileSpec &file_spec) { in SetFileSpecValue() function in OptionValue
H A DOptionValueProperties.cpp393 return value->SetFileSpecValue(new_file_spec); in SetPropertyAtIndexAsFileSpec()