Home | History | Annotate | Download | only in Interpreter

Lines Matching defs:OptionValueFileSpec

1 //===-- OptionValueFileSpec.cpp ---------------------------------*- C++ -*-===//
12 #include "lldb/Interpreter/OptionValueFileSpec.h"
27 OptionValueFileSpec::OptionValueFileSpec () :
36 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &value) :
45 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &current_value,
56 OptionValueFileSpec::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask)
73 OptionValueFileSpec::SetValueFromCString (const char *value_cstr,
117 OptionValueFileSpec::DeepCopy () const
119 return OptionValueSP(new OptionValueFileSpec(*this));
124 OptionValueFileSpec::AutoComplete (CommandInterpreter &interpreter,
147 OptionValueFileSpec::GetFileContents(bool null_terminate)