Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h759 eBasicTypeUnsignedLongLong, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp736 return lldb::eBasicTypeUnsignedLongLong; in GetCompilerTypeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig575 if basic_type == eBasicTypeUnsignedLongLong: return (True,False)
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1029 .. py:data:: eBasicTypeUnsignedLongLong
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp907 eBasicTypeUnsignedLongLong); in GetBasicTypeEnumeration()
909 eBasicTypeUnsignedLongLong); in GetBasicTypeEnumeration()
2039 case eBasicTypeUnsignedLongLong: in GetOpaqueCompilerType()
5479 return eBasicTypeUnsignedLongLong; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71027 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedLongLong", lldb::eBasicTypeUnsignedLongLong)},