Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h760 eBasicTypeInt128, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp723 return lldb::eBasicTypeInt128; in GetCompilerTypeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig576 if basic_type == eBasicTypeInt128: return (True,True)
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1030 .. py:data:: eBasicTypeInt128
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp912 g_type_map.Append(ConstString("__int128_t"), eBasicTypeInt128); in GetBasicTypeEnumeration()
2041 case eBasicTypeInt128: in GetOpaqueCompilerType()
5481 return eBasicTypeInt128; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71028 {SWIG_LUA_CONSTTAB_INT("eBasicTypeInt128", lldb::eBasicTypeInt128)},