Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp210 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy()); in initialize()
212 IRB.getVoidTy()); in initialize()
222 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(), in initialize()
231 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
235 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
239 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
243 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
257 CompoundRWName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
281 IRB.getVoidTy(), PtrTy, Ty, OrdTy); in initialize()
327 IRB.getVoidTy(), OrdTy); in initialize()
[all …]
H A DGCOVProfiling.cpp687 FunctionType *FTy = FunctionType::get(Builder.getVoidTy(), {}, false); in AddFlushBeforeForkAndExec()
1012 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor()
1019 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor()
1021 FTy = FunctionType::get(Builder.getVoidTy(), {PFTy, PFTy}, false); in emitGlobalConstructor()
1038 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc()
1049 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc()
1059 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc()
1065 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc()
1070 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc()
1076 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in insertCounterWriteout()
[all …]
H A DAddressSanitizer.cpp2112 M.getOrInsertFunction(kAsanUnpoisonGlobalsName, IRB.getVoidTy()); in initializeCallbacks()
2116 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
2123 kAsanRegisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2125 kAsanUnregisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2192 FunctionType::get(Type::getVoidTy(*C), false), in CreateAsanModuleDtor()
2718 FunctionType::get(IRB.getVoidTy(), Args2, false), AL2); in initializeCallbacks()
2722 FunctionType::get(IRB.getVoidTy(), Args2, false), AL2); in initializeCallbacks()
2753 M.getOrInsertFunction(kAsanHandleNoReturnName, IRB.getVoidTy()); in initializeCallbacks()
3021 IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
3041 kAsanAllocaPoison, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
[all …]
H A DDataFlowSanitizer.cpp1168 FunctionType::get(Type::getVoidTy(*Ctx), DFSanWrapperExternWeakNullArgs, in initializeModule()
1172 DFSanSetLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx), in initializeModule()
1179 FunctionType::get(Type::getVoidTy(*Ctx), PrimitiveShadowTy, in initializeModule()
1183 Type::getVoidTy(*Ctx), DFSanConditionalCallbackOriginArgs, in initializeModule()
1193 Type::getVoidTy(*Ctx), DFSanReachesFunctionCallbackOriginArgs, in initializeModule()
1196 FunctionType::get(Type::getVoidTy(*Ctx), PrimitiveShadowTy, in initializeModule()
1206 Type::getVoidTy(*Ctx), DFSanMaybeStoreOriginArgs, /*isVarArg=*/false); in initializeModule()
1209 Type::getVoidTy(*Ctx), DFSanMemOriginTransferArgs, /*isVarArg=*/false); in initializeModule()
1217 Type::getVoidTy(*Ctx), DFSanMemShadowOriginConditionalExchangeArgs, in initializeModule()
1221 FunctionType::get(Type::getVoidTy(*Ctx), DFSanLoadStoreCallbackArgs, in initializeModule()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp190 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction()
196 auto *RegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(M), in createRegisterFunction()
218 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction()
225 auto *UnRegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(M), in createUnregisterFunction()
341 Type::getVoidTy(C), in createRegisterGlobalsFunction()
350 FunctionType::get(Type::getVoidTy(C), in createRegisterGlobalsFunction()
359 Type::getVoidTy(C), in createRegisterGlobalsFunction()
366 auto *RegGlobalsTy = FunctionType::get(Type::getVoidTy(C), Int8PtrPtrTy, in createRegisterGlobalsFunction()
512 auto *CtorFuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFatbinFunction()
532 FunctionType::get(Type::getVoidTy(C), PtrTy, /*isVarArg=*/false); in createRegisterFatbinFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp44 FunctionType::get(Type::getVoidTy(C), {SizePtrTy}, in insertCall()
49 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C)); in insertCall()
60 Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false)); in insertCall()
H A DModuleUtils.cpp31 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false); in appendToGlobalArray()
181 auto *VoidTy = Type::getVoidTy(M.getContext()); in declareSanitizerInitFunction()
192 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createSanitizerCtor()
237 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
260 Ctor->getReturnType() == Type::getVoidTy(M.getContext())) in getOrCreateSanitizerCtorAndInitFunctions()
386 FunctionType::get(Type::getVoidTy(Ctx), false), Function::InternalLinkage, in lowerGlobalIFuncUsersAsGlobalCtor()
H A DSanitizerStats.cpp57 FunctionType *StatReportTy = FunctionType::get(B.getVoidTy(), PtrTy, false); in create()
78 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish()
H A DLowerGlobalDtors.cpp134 FunctionType::get(Type::getVoidTy(C), AtExitFuncArgs, in runImpl()
186 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C), in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp87 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck()
114 "__cfi_check_fail", Type::getVoidTy(Ctx), PointerType::getUnqual(Ctx), in buildCFICheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCtorDtorLowering.cpp38 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createInitOrFiniKernelFunction()
106 auto *CallBackTy = FunctionType::get(IRB.getVoidTy(), {}); in createInitOrFiniCalls()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp964 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
972 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
980 : Instruction(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst()
1032 : Instruction(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
1041 : Instruction(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
1265 : Instruction(Type::getVoidTy(BI.getContext()), Instruction::Br, in BranchInst()
1504 : Instruction(Type::getVoidTy(val->getContext()), Store, in StoreInst()
1518 : Instruction(Type::getVoidTy(val->getContext()), Store, in StoreInst()
1532 : Instruction(Type::getVoidTy(val->getContext()), Store, in StoreInst()
4703 : Instruction(Type::getVoidTy(Address->getContext()), in IndirectBrInst()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerUnreachable.cpp137 FunctionType *ExitFTy = FunctionType::get(Type::getVoidTy(C), false); in runOnFunction()
H A DNVPTXCtorDtorLowering.cpp97 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createInitOrFiniKernelFunction()
165 auto *CallBackTy = FunctionType::get(IRB.getVoidTy(), {}); in createInitOrFiniCalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp38 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp36 AnyResumeFnPtrTy(FunctionType::get(Type::getVoidTy(Context), Int8Ptr, in Lowerer()
131 auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy, in lowerCoroNoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp55 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp194 return Type::getVoidTy(Ctx); in getTypeFromParameterKind()
279 return Type::getVoidTy(Ctx); in getOverloadTy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h56 auto Type = FunctionType::get(Type::getVoidTy(Ctx), false); in createThunkFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp225 FTy = FunctionType::get(Type::getVoidTy(Ctx), false); in InsertUnwindResumeCalls()
231 FTy = FunctionType::get(Type::getVoidTy(Ctx), PointerType::getUnqual(Ctx), in InsertUnwindResumeCalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp52 FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false); in emitInlineAsm()
382 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp243 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildPointerValidatorFunc()
267 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildObjectCheckerFunc()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp69 Type::getVoidTy(MContext), in emit()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEABIPass.cpp62 FunctionType::get(Builder.getVoidTy(), {}, /*IsVarArgs=*/false); in emitTPIDR2Save()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp247 FunctionType::get(Type::getVoidTy(M.getContext()), in doInitialization()

12345