Home
last modified time | relevance | path

Searched refs:eBasicTypeVoid (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp304 {{"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 DLibCxx.cpp306 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 DAppleGetItemInfoHandler.cpp169 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid) in SetupGetItemInfoFunction()
260 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo()
H A DAppleGetQueuesHandler.cpp186 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction()
266 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues()
H A DAppleGetPendingItemsHandler.cpp170 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction()
263 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp177 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 DInferiorCallPOSIX.cpp92 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid) in InferiorCallMmap()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSException.cpp78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSError.cpp91 ->GetBasicType(lldb::eBasicTypeVoid) in NSError_SummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp427 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 DAppleObjCRuntime.cpp133 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1648 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 DTestTypeSystemClang.cpp110 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 DPlatformWindows.cpp350 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 DPlatformFreeBSD.cpp198 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp218 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSSet.py186 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
H A DNSDate.py173 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp635 = 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 DPlatformLinux.cpp338 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp247 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in NotifyBreakpointHit()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h751 eBasicTypeVoid = 1, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp532 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1734 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 DType.cpp543 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()

12