Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp220 CompilerType long_long_type = ast->GetBasicType(eBasicTypeLongLong); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSNumber.py96 ).GetBasicType(lldb.eBasicTypeLongLong)
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h772 eBasicTypeLongLong, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig575 if basic_type == eBasicTypeLongLong: return (True,True)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp959 return lldb::eBasicTypeLongLong; in GetCompilerTypeForSimpleKind()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1029 .. py:data:: eBasicTypeLongLong
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp897 g_type_map.Append(ConstString("long long"), eBasicTypeLongLong); in GetBasicTypeEnumeration()
898 g_type_map.Append(ConstString("long long int"), eBasicTypeLongLong); in GetBasicTypeEnumeration()
2076 case eBasicTypeLongLong: in GetOpaqueCompilerType()
5571 return eBasicTypeLongLong; in GetBasicTypeEnumeration()