| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxMap.cpp | 304 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 305 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 306 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
|
| H A D | LibCxx.cpp | 306 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 308 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 310 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 472 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | AppleGetItemInfoHandler.cpp | 169 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid) in SetupGetItemInfoFunction() 260 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo()
|
| H A D | AppleGetQueuesHandler.cpp | 186 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction() 266 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues()
|
| H A D | AppleGetPendingItemsHandler.cpp | 170 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction() 263 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 177 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetThreadItemInfoFunction() 264 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetThreadItemInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 92 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid) in InferiorCallMmap()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSException.cpp | 78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
|
| H A D | NSError.cpp | 91 ->GetBasicType(lldb::eBasicTypeVoid) in NSError_SummaryProvider()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 427 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines() 739 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction() 877 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCRuntime.cpp | 133 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1648 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 1813 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 3242 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 110 context.hasSameType(GetBasicQualType(eBasicTypeVoid), context.VoidTy)); in TEST_F() 155 EXPECT_EQ(GetBasicQualType(eBasicTypeVoid), GetBasicQualType("void")); in TEST_F() 817 CompilerType return_type = m_ast->GetBasicType(lldb::eBasicTypeVoid); in TEST_F() 853 CompilerType return_type = m_ast->GetBasicType(lldb::eBasicTypeVoid); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 350 CompilerType VoidPtrTy = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage() 689 CompilerType VoidPtrTy = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 198 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 218 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSSet.py | 186 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
|
| H A D | NSDate.py | 173 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 635 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction() 887 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 338 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 247 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in NotifyBreakpointHit()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 751 eBasicTypeVoid = 1, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 532 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1734 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1737 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1997 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Type.cpp | 543 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
|