Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h757 eBasicTypeUnsignedLong, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp746 return lldb::eBasicTypeUnsignedLong; in GetCompilerTypeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig573 if basic_type == eBasicTypeUnsignedLong: return (True,False)
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1027 .. py:data:: eBasicTypeUnsignedLong
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp899 g_type_map.Append(ConstString("unsigned long"), eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
901 eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
2035 case eBasicTypeUnsignedLong: in GetOpaqueCompilerType()
5475 return eBasicTypeUnsignedLong; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71025 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedLong", lldb::eBasicTypeUnsignedLong)},