Home
last modified time | relevance | path

Searched refs:eBasicTypeLong (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp200 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp219 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h811 eBasicTypeLong, enumerator
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig586 if basic_type == eBasicTypeLong: return (True,True)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp981 return lldb::eBasicTypeLong; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1029 .. py:data:: eBasicTypeLong
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp831 {"long", eBasicTypeLong}, in GetBasicTypeEnumeration()
832 {"long int", eBasicTypeLong}, in GetBasicTypeEnumeration()
2031 case eBasicTypeLong: in GetOpaqueCompilerType()
5534 return eBasicTypeLong; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81596 {SWIG_LUA_CONSTTAB_INT("eBasicTypeLong", (lldb::eBasicTypeLong))},