Home
last modified time | relevance | path

Searched refs:getVoidTy (Results 1 – 25 of 94) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp256 IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
258 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy()); in initialize()
260 IRB.getVoidTy()); in initialize()
262 M.getOrInsertFunction("__tsan_ignore_thread_end", Attr, IRB.getVoidTy()); in initialize()
270 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(), in initialize()
274 TsanWrite[i] = M.getOrInsertFunction(WriteName, Attr, IRB.getVoidTy(), in initialize()
279 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
283 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
287 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
291 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
[all …]
DGCOVProfiling.cpp737 FunctionType *FTy = FunctionType::get(Builder.getVoidTy(), {}, false); in AddFlushBeforeForkAndExec()
1048 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor()
1055 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor()
1057 FTy = FunctionType::get(Builder.getVoidTy(), {PFTy, PFTy}, false); in emitGlobalConstructor()
1074 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc()
1088 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc()
1103 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc()
1111 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc()
1116 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc()
1122 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in insertCounterWriteout()
[all …]
DAddressSanitizer.cpp2055 M.getOrInsertFunction(kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2057 M.getOrInsertFunction(kAsanUnpoisonGlobalsName, IRB.getVoidTy()); in initializeCallbacks()
2061 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
2063 kAsanUnregisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
2068 kAsanRegisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2070 kAsanUnregisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2073 M.getOrInsertFunction(kAsanRegisterElfGlobalsName, IRB.getVoidTy(), in initializeCallbacks()
2076 M.getOrInsertFunction(kAsanUnregisterElfGlobalsName, IRB.getVoidTy(), in initializeCallbacks()
2134 FunctionType::get(Type::getVoidTy(*C), false), in CreateAsanModuleDtor()
2642 FunctionType::get(IRB.getVoidTy(), Args2, false)); in initializeCallbacks()
[all …]
DHWAddressSanitizer.cpp320 Type *VoidTy = Type::getVoidTy(M.getContext());
647 FunctionType::get(IRB.getVoidTy(), {IntptrTy, IntptrTy}, false)); in initializeCallbacks()
655 FunctionType::get(IRB.getVoidTy(), {IntptrTy}, false)); in initializeCallbacks()
660 "__hwasan_tag_memory", IRB.getVoidTy(), Int8PtrTy, Int8Ty, IntptrTy); in initializeCallbacks()
680 M.getOrInsertFunction("__hwasan_handle_vfork", IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
887 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline()
898 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline()
DMemProfiler.cpp540 FunctionType::get(IRB.getVoidTy(), Args2, false)); in initializeCallbacks()
544 FunctionType::get(IRB.getVoidTy(), Args1, false)); in initializeCallbacks()
DDataFlowSanitizer.cpp1064 Type::getVoidTy(*Ctx), Type::getInt8PtrTy(*Ctx), /*isVarArg=*/false); in initializeModule()
1067 DFSanSetLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx), in initializeModule()
1070 FunctionType::get(Type::getVoidTy(*Ctx), None, /*isVarArg=*/false); in initializeModule()
1072 Type::getVoidTy(*Ctx), Type::getInt8PtrTy(*Ctx), /*isVarArg=*/false); in initializeModule()
1074 FunctionType::get(Type::getVoidTy(*Ctx), PrimitiveShadowTy, in initializeModule()
1084 Type::getVoidTy(*Ctx), DFSanMaybeStoreOriginArgs, /*isVarArg=*/false); in initializeModule()
1087 Type::getVoidTy(*Ctx), DFSanMemOriginTransferArgs, /*isVarArg=*/false); in initializeModule()
1090 FunctionType::get(Type::getVoidTy(*Ctx), DFSanLoadStoreCallbackArgs, in initializeModule()
1094 FunctionType::get(Type::getVoidTy(*Ctx), DFSanMemTransferCallbackArgs, in initializeModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DModuleUtils.cpp28 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false); in appendToGlobalArray()
120 FunctionType::get(Type::getVoidTy(M.getContext()), InitArgTypes, false), in declareSanitizerInitFunction()
126 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createSanitizerCtor()
150 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
169 Ctor->getReturnType() == Type::getVoidTy(M.getContext())) in getOrCreateSanitizerCtorAndInitFunctions()
DSanitizerStats.cpp58 FunctionType::get(B.getVoidTy(), Int8PtrTy, false); in create()
79 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish()
DEntryExitInstrumenter.cpp37 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C)); in insertCall()
47 Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false)); in insertCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp106 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck()
133 M.getOrInsertFunction("__cfi_check_fail", Type::getVoidTy(Ctx), in buildCFICheck()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstructions.cpp772 Type *VoidTy = Type::getVoidTy(M->getContext()); in createFree()
974 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst()
983 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
991 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
999 : Instruction(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst()
1007 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst()
1013 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
1019 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
1051 : Instruction(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
1060 : Instruction(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp120 FunctionType::get(Type::getVoidTy(C), AtExitFuncArgs, in runOnModule()
162 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C), in runOnModule()
DWebAssemblyLowerEmscriptenEHSjLj.cpp721 FunctionType::get(IRB.getVoidTy(), IRB.getInt32Ty(), false), in runOnModule()
732 FunctionType::get(IRB.getVoidTy(), IRB.getInt8PtrTy(), false); in runOnModule()
745 IRB.getVoidTy(), {getAddrIntType(&M), IRB.getInt32Ty()}, false); in runOnModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp35 AnyResumeFnPtrTy(FunctionType::get(Type::getVoidTy(Context), Int8Ptr, in Lowerer()
111 auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy, in lowerCoroNoop()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp38 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp55 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DIndirectThunks.h50 auto Type = FunctionType::get(Type::getVoidTy(Ctx), false); in createThunkFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMips16HardFloat.cpp51 FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false); in emitInlineAsm()
381 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRDynamicChecks.cpp246 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildPointerValidatorFunc()
270 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildObjectCheckerFunc()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DSpeculation.cpp70 Type::getVoidTy(MContext), in emit()
DLLJIT.cpp182 auto *VoidTy = Type::getVoidTy(*Ctx); in setupJITDylib()
424 auto *VoidTy = Type::getVoidTy(*Ctx); in createPlatformRuntimeModule()
478 Function::Create(FunctionType::get(Type::getVoidTy(Ctx), {}, false), in operator ()()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp580 "__stack_smash_handler", Type::getVoidTy(Context), in CreateFailBB()
586 M->getOrInsertFunction("__stack_chk_fail", Type::getVoidTy(Context)); in CreateFailBB()
DSjLjEHPrepare.cpp488 "_Unwind_SjLj_Register", Type::getVoidTy(M.getContext()), in runOnFunction()
491 "_Unwind_SjLj_Unregister", Type::getVoidTy(M.getContext()), in runOnFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp233 GuardFnType = FunctionType::get(Type::getVoidTy(M.getContext()), in doInitialization()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp46 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()

1234