Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
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()
DProperty.cpp179 case OptionValue::eTypeSInt64: in Property()
DOptionValueArray.cpp57 case eTypeSInt64: in DumpValue()
DOptionValueDictionary.cpp68 case eTypeSInt64: in DumpValue()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h43 eTypeSInt64, enumerator
157 case 1u << eTypeSInt64: in ConvertTypeMaskToType()
158 return eTypeSInt64; in ConvertTypeMaskToType()
DOptionValueSInt64.h33 OptionValue::Type GetType() const override { return eTypeSInt64; } in GetType()