Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h815 eBasicTypeInt128, enumerator
/freebsd-head/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig590 if basic_type == eBasicTypeInt128: return (True,True)
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp960 return lldb::eBasicTypeInt128; in GetCompilerTypeForSimpleKind()
/freebsd-head/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1033 .. py:data:: eBasicTypeInt128
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp843 {"__int128_t", eBasicTypeInt128}, in GetBasicTypeEnumeration()
2039 case eBasicTypeInt128: in GetOpaqueCompilerType()
5542 return eBasicTypeInt128; in GetBasicTypeEnumeration()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp81600 {SWIG_LUA_CONSTTAB_INT("eBasicTypeInt128", (lldb::eBasicTypeInt128))},