Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp220 CompilerType long_long_type = ast->GetBasicType(eBasicTypeLongLong); in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h813 eBasicTypeLongLong, enumerator
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig588 if basic_type == eBasicTypeLongLong: return (True,True)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp963 return lldb::eBasicTypeLongLong; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1031 .. py:data:: eBasicTypeLongLong
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp837 {"long long", eBasicTypeLongLong}, in GetBasicTypeEnumeration()
838 {"long long int", eBasicTypeLongLong}, in GetBasicTypeEnumeration()
2035 case eBasicTypeLongLong: in GetOpaqueCompilerType()
5538 return eBasicTypeLongLong; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81598 {SWIG_LUA_CONSTTAB_INT("eBasicTypeLongLong", (lldb::eBasicTypeLongLong))},