Searched refs:eTypeFileSpec (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionValue.h | 40 eTypeFileSpec, enumerator 188 case 1u << eTypeFileSpec: return eTypeFileSpec; in ConvertTypeMaskToType()
|
| HD | OptionValueFileSpec.h | 46 return eTypeFileSpec; in GetType()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValue.cpp | 93 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()
|
| HD | Property.cpp | 95 case OptionValue::eTypeFileSpec: in Property()
|
| HD | OptionValueArray.cpp | 59 case eTypeFileSpec: in DumpValue()
|
| HD | OptionValueDictionary.cpp | 67 case eTypeFileSpec: in DumpValue()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 2941 …{ "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 …
|
| HD | Platform.cpp | 76 …{ "module-cache-directory", OptionValue::eTypeFileSpec, true, 0 , nullptr, nullptr, "Root direc…
|
| HD | Process.cpp | 114 …{ "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/ |
| HD | ProcessGDBRemote.cpp | 106 …{ "target-definition-file" , OptionValue::eTypeFileSpec , true, 0 , NULL, NULL, "The file that pro…
|