Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h815 eBasicTypeInt128, enumerator
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig590 if basic_type == eBasicTypeInt128: return (True,True)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp960 return lldb::eBasicTypeInt128; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1033 .. py:data:: eBasicTypeInt128
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp843 {"__int128_t", eBasicTypeInt128}, in GetBasicTypeEnumeration()
2039 case eBasicTypeInt128: in GetOpaqueCompilerType()
5542 return eBasicTypeInt128; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81600 {SWIG_LUA_CONSTTAB_INT("eBasicTypeInt128", (lldb::eBasicTypeInt128))},