Home
last modified time | relevance | path

Searched refs:eTypeArch (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h30 eTypeArch, enumerator
138 case 1u << eTypeArch: in ConvertTypeMaskToType()
139 return eTypeArch; in ConvertTypeMaskToType()
H A DOptionValueArch.h41 OptionValue::Type GetType() const override { return eTypeArch; } in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp97 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
103 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
462 case eTypeArch: in GetBuiltinTypeAsCString()
510 case 1u << eTypeArch: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp29 case OptionValue::eTypeArch: in Property()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3272 {"default-arch", OptionValue::eTypeArch, true, 0, nullptr, {},