Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFArray.py92 ).GetBasicType(lldb.eBasicTypeLong)
120 ).GetBasicType(lldb.eBasicTypeLong)
H A DNSNumber.py90 ).GetBasicType(lldb.eBasicTypeLong)
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dsynth.py39 type = self.value.target.GetBasicType(lldb.eBasicTypeLong)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp200 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp219 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp340 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h770 eBasicTypeLong, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig573 if basic_type == eBasicTypeLong: return (True,True)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp977 return lldb::eBasicTypeLong; in GetCompilerTypeForSimpleKind()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1027 .. py:data:: eBasicTypeLong
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp890 g_type_map.Append(ConstString("long"), eBasicTypeLong); in GetBasicTypeEnumeration()
891 g_type_map.Append(ConstString("long int"), eBasicTypeLong); in GetBasicTypeEnumeration()
2072 case eBasicTypeLong: in GetOpaqueCompilerType()
5567 return eBasicTypeLong; in GetBasicTypeEnumeration()