Searched refs:eTypeFileSpec (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 37 eTypeFileSpec, enumerator 152 case 1u << eTypeFileSpec: in ConvertTypeMaskToType() 153 return eTypeFileSpec; in ConvertTypeMaskToType()
|
| H A D | OptionValueFileSpec.h | 35 OptionValue::Type GetType() const override { return eTypeFileSpec; } in GetType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 73 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec() 79 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec() 476 case eTypeFileSpec: in GetBuiltinTypeAsCString() 519 case 1u << eTypeFileSpec: in CreateValueFromCStringForTypeMask()
|
| H A D | Property.cpp | 97 case OptionValue::eTypeFileSpec: { in Property()
|
| H A D | OptionValueArray.cpp | 55 case eTypeFileSpec: in DumpValue()
|
| H A D | OptionValueDictionary.cpp | 66 case eTypeFileSpec: in DumpValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 3279 {"expr-prefix", OptionValue::eTypeFileSpec, false, 0, nullptr, {}, 3342 {"input-path", OptionValue::eTypeFileSpec, false, 0, nullptr, {}, 3345 {"output-path", OptionValue::eTypeFileSpec, false, 0, nullptr, {}, 3348 {"error-path", OptionValue::eTypeFileSpec, false, 0, nullptr, {},
|
| H A D | Platform.cpp | 69 {"module-cache-directory", OptionValue::eTypeFileSpec, true, 0, nullptr,
|
| H A D | Process.cpp | 131 {"python-os-plugin-path", OptionValue::eTypeFileSpec, false, true, nullptr,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ModuleList.cpp | 82 {"clang-modules-cache-path", OptionValue::eTypeFileSpec, true, 0, nullptr,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 118 {"target-definition-file", OptionValue::eTypeFileSpec, true, 0, NULL, {},
|