| /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() 218 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() 219 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType() 220 CompilerType long_long_type = ast->GetBasicType(eBasicTypeLongLong); in GetSiginfoType() 221 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 59 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd() 62 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd() 65 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
|
| H A D | LibCxxMap.cpp | 295 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 296 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 297 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 298 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
|
| H A D | LibCxx.cpp | 322 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 324 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 326 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 327 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update() 487 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 488 {"__hash_", ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedLongLong)}, in Update() 869 scratch_ts_sp->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
|
| H A D | Coroutines.cpp | 152 CompilerType void_type = ast_ctx->GetBasicType(lldb::eBasicTypeVoid); in Update()
|
| /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() 199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() 200 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType() 201 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 93 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider() 164 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
|
| H A D | NSException.cpp | 77 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 168 lldb::BasicType GetBasicType(); 171 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBModule.h | 223 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBTarget.h | 852 lldb::SBType GetBasicType(lldb::BasicType type);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 131 CompilerType opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetObjectDescription() 133 opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription() 529 CompilerType objc_id = scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
|
| H A D | AppleObjCTrampolineHandler.cpp | 426 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines() 738 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction() 876 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCRuntimeV2.cpp | 1800 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 1965 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 3442 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeDocstrings.i | 403 ) lldb::SBType::GetBasicType;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 638 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction() 640 scratch_ts_sp->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction() 889 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 75 clang::QualType GetBasicType(lldb::BasicType type);
|
| H A D | PdbAstBuilder.cpp | 498 return GetBasicType(lldb::eBasicTypeNullPtr); in CreateSimpleType() 514 return GetBasicType(bt); in CreateSimpleType() 749 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType() function in PdbAstBuilder 750 CompilerType ct = m_clang.GetBasicType(type); in GetBasicType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 117 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize() 119 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize() 121 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize() 502 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 354 lldb::BasicType SBType::GetBasicType() { in GetBasicType() function in SBType 362 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() function in SBType
|
| H A D | SBModule.cpp | 462 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType() function in SBModule
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 644 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr); in ParseTypeModifier() 732 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier() 743 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass); in ParseTypeModifier() 754 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier() 776 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier() 874 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum() 976 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseSubroutine() 2091 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 343 CompilerType compiler_type = m_ast->GetBasicType(basic_type); in CreateInteger() 463 decl, m_ast->GetBasicType(eBasicTypeInt), in CreateEnum()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1723 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1726 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1986 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 631 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
|