| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 69 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd() 72 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd() 75 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
|
| H A D | LibCxxMap.cpp | 306 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 307 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 308 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 309 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
|
| H A D | LibCxx.cpp | 287 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 289 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 291 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 292 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update() 685 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 91 ->GetBasicType(lldb::eBasicTypeVoid) in NSError_SummaryProvider() 160 ->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
|
| H A D | NSException.cpp | 78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
|
| H A D | NSString.cpp | 43 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
|
| H A D | NSArray.cpp | 764 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 160 lldb::BasicType GetBasicType(); 163 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBModule.h | 221 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBTarget.h | 782 lldb::SBType GetBasicType(lldb::BasicType type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 357 lldb::BasicType SBType::GetBasicType() { in GetBasicType() function in SBType 358 LLDB_RECORD_METHOD_NO_ARGS(lldb::BasicType, SBType, GetBasicType); in GetBasicType() 365 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() function in SBType 366 LLDB_RECORD_METHOD(lldb::SBType, SBType, GetBasicType, (lldb::BasicType), in GetBasicType() 966 LLDB_REGISTER_METHOD(lldb::BasicType, SBType, GetBasicType, ()); in RegisterMethods() 967 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetBasicType, (lldb::BasicType)); in RegisterMethods()
|
| H A D | SBModule.cpp | 470 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType() function in SBModule 471 LLDB_RECORD_METHOD(lldb::SBType, SBModule, GetBasicType, (lldb::BasicType), in GetBasicType() 753 LLDB_REGISTER_METHOD(lldb::SBType, SBModule, GetBasicType, (lldb::BasicType)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 130 CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID); in GetObjectDescription() 132 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription() 528 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
|
| H A D | AppleObjCTrampolineHandler.cpp | 527 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines() 832 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction() 938 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCRuntimeV2.cpp | 1554 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 1684 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 3020 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 548 GetBasicType(); 551 GetBasicType (lldb::BasicType type);
|
| H A D | SBModule.i | 272 GetBasicType(lldb::BasicType type);
|
| H A D | SBTarget.i | 455 GetBasicType(lldb::BasicType type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 71 clang::QualType GetBasicType(lldb::BasicType type);
|
| H A D | PdbAstBuilder.cpp | 699 return GetBasicType(lldb::eBasicTypeNullPtr); in CreateSimpleType() 713 return GetBasicType(bt); in CreateSimpleType() 894 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType() function in PdbAstBuilder 895 CompilerType ct = m_clang.GetBasicType(type); in GetBasicType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 667 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction() 669 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction() 914 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 114 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize() 116 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize() 118 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize() 494 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 620 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr); in ParseTypeModifier() 708 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier() 719 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass); in ParseTypeModifier() 730 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier() 752 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier() 841 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum() 912 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseSubroutine() 1887 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 544 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1646 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1649 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1909 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()
|