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.h814 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.cpp839 {"unsigned long long", eBasicTypeUnsignedLongLong}, in GetBasicTypeEnumeration()
840 {"unsigned long long int", eBasicTypeUnsignedLongLong}, in GetBasicTypeEnumeration()
2037 case eBasicTypeUnsignedLongLong: in GetOpaqueCompilerType()
5540 return eBasicTypeUnsignedLongLong; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81599 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedLongLong", (lldb::eBasicTypeUnsignedLongLong))},