Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h37 eTypeFileSpec, enumerator
154 case 1u << eTypeFileSpec: in ConvertTypeMaskToType()
155 return eTypeFileSpec; in ConvertTypeMaskToType()
H A DOptionValueFileSpec.h33 OptionValue::Type GetType() const override { return eTypeFileSpec; } in GetType()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp71 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
77 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
476 case eTypeFileSpec: in GetBuiltinTypeAsCString()
519 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.cpp67 case eTypeFileSpec: in DumpValue()