Home
last modified time | relevance | path

Searched refs:eTypeFileSpec (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValue.h40 eTypeFileSpec, enumerator
188 case 1u << eTypeFileSpec: return eTypeFileSpec; in ConvertTypeMaskToType()
HDOptionValueFileSpec.h46 return eTypeFileSpec; in GetType()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValue.cpp93 if (GetType () == OptionValue::eTypeFileSpec) in GetAsFileSpec()
102 if (GetType () == OptionValue::eTypeFileSpec) in GetAsFileSpec()
625 case eTypeFileSpec: return "file"; in GetBuiltinTypeAsCString()
653 case 1u << eTypeFileSpec: value_sp.reset(new OptionValueFileSpec()); break; in CreateValueFromCStringForTypeMask()
HDProperty.cpp95 case OptionValue::eTypeFileSpec: in Property()
HDOptionValueArray.cpp59 case eTypeFileSpec: in DumpValue()
HDOptionValueDictionary.cpp67 case eTypeFileSpec: in DumpValue()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2941 …{ "expr-prefix" , OptionValue::eTypeFileSpec , false, 0 …
2962 …{ "input-path" , OptionValue::eTypeFileSpec , false, 0 …
2963 …{ "output-path" , OptionValue::eTypeFileSpec , false, 0 …
2964 …{ "error-path" , OptionValue::eTypeFileSpec , false, 0 …
HDPlatform.cpp76 …{ "module-cache-directory", OptionValue::eTypeFileSpec, true, 0 , nullptr, nullptr, "Root direc…
HDProcess.cpp114 …{ "python-os-plugin-path", OptionValue::eTypeFileSpec, false, true, NULL, NULL, "A path to a pytho…
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp106 …{ "target-definition-file" , OptionValue::eTypeFileSpec , true, 0 , NULL, NULL, "The file that pro…