reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/source/Core/CoreProperties.inc
   44   {"clang-modules-cache-path", OptionValue::eTypeFileSpec, true, 0, "", {}, "The path to the clang modules cache directory (-fmodules-cache-path)."},
gen/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.inc
   13   {"target-definition-file", OptionValue::eTypeFileSpec, true, 0, "", {}, "The file that provides the description for remote target registers."},
gen/tools/lldb/source/Target/TargetProperties.inc
   21   {"module-cache-directory", OptionValue::eTypeFileSpec, true, 0, "", {}, "Root directory for cached modules."},
   35   {"python-os-plugin-path", OptionValue::eTypeFileSpec, false, 1, nullptr, {}, "A path to a python OS plug-in module file that contains a OperatingSystemPlugIn class."},
   64   {"error-path", OptionValue::eTypeFileSpec, false, 0, "", {}, "The file/path to be used by the executable program for writing its standard error."},
   66   {"expr-prefix", OptionValue::eTypeFileSpec, false, 0, "", {}, "Path to a file containing expressions to be prepended to all expressions."},
   71   {"input-path", OptionValue::eTypeFileSpec, false, 0, "", {}, "The file/path to be used by the executable program for reading its standard input."},
   83   {"output-path", OptionValue::eTypeFileSpec, false, 0, "", {}, "The file/path to be used by the executable program for writing its standard output."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  143     case 1u << eTypeFileSpec:
  144       return eTypeFileSpec;
tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h
   32   OptionValue::Type GetType() const override { return eTypeFileSpec; }
tools/lldb/source/Interpreter/OptionValue.cpp
   70   if (GetType() == OptionValue::eTypeFileSpec)
   76   if (GetType() == OptionValue::eTypeFileSpec)
  473   case eTypeFileSpec:
  516   case 1u << eTypeFileSpec:
tools/lldb/source/Interpreter/OptionValueArray.cpp
   54       case eTypeFileSpec:
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   65       case eTypeFileSpec:
tools/lldb/source/Interpreter/Property.cpp
  102   case OptionValue::eTypeFileSpec: {