Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h761 eBasicTypeUnsignedInt128, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp733 return lldb::eBasicTypeUnsignedInt128; in GetCompilerTypeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig577 if basic_type == eBasicTypeUnsignedInt128: return (True,False)
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1031 .. py:data:: eBasicTypeUnsignedInt128
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp913 g_type_map.Append(ConstString("__uint128_t"), eBasicTypeUnsignedInt128); in GetBasicTypeEnumeration()
2043 case eBasicTypeUnsignedInt128: in GetOpaqueCompilerType()
5483 return eBasicTypeUnsignedInt128; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71029 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedInt128", lldb::eBasicTypeUnsignedInt128)},