Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h756 eBasicTypeLong, enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp744 return lldb::eBasicTypeLong; in GetCompilerTypeForSimpleKind()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
Dpython-extensions.swig572 if basic_type == eBasicTypeLong: return (True,True)
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst1026 .. py:data:: eBasicTypeLong
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp897 g_type_map.Append(ConstString("long"), eBasicTypeLong); in GetBasicTypeEnumeration()
898 g_type_map.Append(ConstString("long int"), eBasicTypeLong); in GetBasicTypeEnumeration()
2033 case eBasicTypeLong: in GetOpaqueCompilerType()
5473 return eBasicTypeLong; in GetBasicTypeEnumeration()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp71024 {SWIG_LUA_CONSTTAB_INT("eBasicTypeLong", lldb::eBasicTypeLong)},