Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h758 eBasicTypeLongLong, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp726 return lldb::eBasicTypeLongLong; in GetCompilerTypeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig574 if basic_type == eBasicTypeLongLong: return (True,True)
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1028 .. py:data:: eBasicTypeLongLong
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp904 g_type_map.Append(ConstString("long long"), eBasicTypeLongLong); in GetBasicTypeEnumeration()
905 g_type_map.Append(ConstString("long long int"), eBasicTypeLongLong); in GetBasicTypeEnumeration()
2037 case eBasicTypeLongLong: in GetOpaqueCompilerType()
5477 return eBasicTypeLongLong; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71026 {SWIG_LUA_CONSTTAB_INT("eBasicTypeLongLong", lldb::eBasicTypeLongLong)},