Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h29 eTypeArch, enumerator
138 case 1u << eTypeArch: in ConvertTypeMaskToType()
139 return eTypeArch; in ConvertTypeMaskToType()
H A DOptionValueArch.h36 OptionValue::Type GetType() const override { return eTypeArch; } in GetType()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp95 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
101 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
460 case eTypeArch: in GetBuiltinTypeAsCString()
510 case 1u << eTypeArch: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp29 case OptionValue::eTypeArch: in Property()