Lines Matching defs:OptionValueFileSpec
1 //===-- OptionValueFileSpec.cpp -------------------------------------------===//
9 #include "lldb/Interpreter/OptionValueFileSpec.h"
21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) : m_resolve(resolve) {}
23 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve)
28 OptionValueFileSpec::OptionValueFileSpec(const FileSpec ¤t_value,
35 void OptionValueFileSpec::DumpValue(const ExecutionContext *exe_ctx,
49 Status OptionValueFileSpec::SetValueFromString(llvm::StringRef value,
85 void OptionValueFileSpec::AutoComplete(CommandInterpreter &interpreter,
91 const lldb::DataBufferSP &OptionValueFileSpec::GetFileContents() {