Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h827 eBasicTypeUnsignedLongLong, enumerator
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig589 if basic_type == eBasicTypeUnsignedLongLong: return (True,False)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp973 return lldb::eBasicTypeUnsignedLongLong; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1032 .. py:data:: eBasicTypeUnsignedLongLong
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp859 {"unsigned long long", eBasicTypeUnsignedLongLong}, in GetBasicTypeEnumeration()
860 {"unsigned long long int", eBasicTypeUnsignedLongLong}, in GetBasicTypeEnumeration()
2056 case eBasicTypeUnsignedLongLong: in GetOpaqueCompilerType()
5514 return eBasicTypeUnsignedLongLong; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83003 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedLongLong", (lldb::eBasicTypeUnsignedLongLong))},