Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h43 eTypeFileSpec, enumerator
156 case 1u << eTypeFileSpec: in ConvertTypeMaskToType()
157 return eTypeFileSpec; in ConvertTypeMaskToType()
H A DOptionValueFileSpec.h33 OptionValue::Type GetType() const override { return eTypeFileSpec; } in GetType()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp68 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
74 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
506 case eTypeFileSpec: in GetBuiltinTypeAsCString()
549 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()