Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h43 eTypeFileSpec, enumerator
163 case 1u << eTypeFileSpec: in ConvertTypeMaskToType()
164 return eTypeFileSpec; in ConvertTypeMaskToType()
H A DOptionValueFileSpec.h33 OptionValue::Type GetType() const override { return eTypeFileSpec; } in GetType()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp70 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
76 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
499 case eTypeFileSpec: in GetBuiltinTypeAsCString()
542 case 1u << eTypeFileSpec: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp108 case OptionValue::eTypeFileSpec: { in Property()
H A DOptionValueArray.cpp53 case eTypeFileSpec: in DumpValue()
H A DOptionValueDictionary.cpp71 case eTypeFileSpec: in DumpValue()