Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h37 eTypeFileSpec, enumerator
152 case 1u << eTypeFileSpec: in ConvertTypeMaskToType()
153 return eTypeFileSpec; in ConvertTypeMaskToType()
H A DOptionValueFileSpec.h35 OptionValue::Type GetType() const override { return eTypeFileSpec; } in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp73 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 DProperty.cpp97 case OptionValue::eTypeFileSpec: { in Property()
H A DOptionValueArray.cpp55 case eTypeFileSpec: in DumpValue()
H A DOptionValueDictionary.cpp66 case eTypeFileSpec: in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3279 {"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 DPlatform.cpp69 {"module-cache-directory", OptionValue::eTypeFileSpec, true, 0, nullptr,
H A DProcess.cpp131 {"python-os-plugin-path", OptionValue::eTypeFileSpec, false, true, nullptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp82 {"clang-modules-cache-path", OptionValue::eTypeFileSpec, true, 0, nullptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp118 {"target-definition-file", OptionValue::eTypeFileSpec, true, 0, NULL, {},