Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h50 eTypeSInt64, enumerator
177 case 1u << eTypeSInt64: in ConvertTypeMaskToType()
178 return eTypeSInt64; in ConvertTypeMaskToType()
HDOptionValueSInt64.h33 OptionValue::Type GetType() const override { return eTypeSInt64; } in GetType()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp226 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64()
232 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64()
515 case eTypeSInt64: in GetBuiltinTypeAsCString()
554 case 1u << eTypeSInt64: in CreateValueFromCStringForTypeMask()
HDProperty.cpp179 case OptionValue::eTypeSInt64: { in Property()
HDOptionValueArray.cpp56 case eTypeSInt64: in DumpValue()
HDOptionValueDictionary.cpp73 case eTypeSInt64: in DumpValue()