Searched refs:eBasicTypeInt (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 62 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd() 65 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 198 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 61 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 217 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 806 eBasicTypeInt, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 584 if basic_type == eBasicTypeInt: return (True,True)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 965 return lldb::eBasicTypeInt; in GetCompilerTypeForSimpleKind()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 463 decl, m_ast->GetBasicType(eBasicTypeInt), in CreateEnum()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 502 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 1027 .. py:data:: eBasicTypeInt
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 886 {"int", eBasicTypeInt}, in GetBasicTypeEnumeration() 887 {"signed int", eBasicTypeInt}, in GetBasicTypeEnumeration() 2075 case eBasicTypeInt: in GetOpaqueCompilerType() 5443 return eBasicTypeInt; in GetBasicTypeEnumeration()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 874 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 78307 {SWIG_LUA_CONSTTAB_INT("eBasicTypeInt", lldb::eBasicTypeInt)},
|