Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp26 case OptionValue::eTypeSInt64: in GetUInt64Value()
227 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64()
233 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64()
492 case eTypeSInt64: in GetBuiltinTypeAsCString()
531 case 1u << eTypeSInt64: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp179 case OptionValue::eTypeSInt64: { in Property()
H A DOptionValueArray.cpp56 case eTypeSInt64: in DumpValue()
H A DOptionValueDictionary.cpp69 case eTypeSInt64: in DumpValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h44 eTypeSInt64, enumerator
168 case 1u << eTypeSInt64: in ConvertTypeMaskToType()
169 return eTypeSInt64; in ConvertTypeMaskToType()
H A DOptionValueSInt64.h33 OptionValue::Type GetType() const override { return eTypeSInt64; } in GetType()