/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 207 IRB.getVoidTy(), IRB.getPtrTy()); in initialize() 209 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy()); in initialize() 211 IRB.getVoidTy()); in initialize() 213 M.getOrInsertFunction("__tsan_ignore_thread_end", Attr, IRB.getVoidTy()); in initialize() 221 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(), in initialize() 225 TsanWrite[i] = M.getOrInsertFunction(WriteName, Attr, IRB.getVoidTy(), in initialize() 230 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize() 234 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize() 238 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize() 242 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize() [all …]
|
H A D | GCOVProfiling.cpp | 687 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(*Ct in insertCounterWriteout() [all...] |
H A D | AddressSanitizer.cpp | 1831 M.getOrInsertFunction(kAMDGPUUnreachableName, IRB.getVoidTy()), {}); in genAMDGPUReportBlock() 2202 M.getOrInsertFunction(kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks() 2204 M.getOrInsertFunction(kAsanUnpoisonGlobalsName, IRB.getVoidTy()); in initializeCallbacks() 2208 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks() 2210 kAsanUnregisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks() 2215 kAsanRegisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks() 2217 kAsanUnregisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks() 2220 M.getOrInsertFunction(kAsanRegisterElfGlobalsName, IRB.getVoidTy(), in initializeCallbacks() 2223 M.getOrInsertFunction(kAsanUnregisterElfGlobalsName, IRB.getVoidTy(), in initializeCallbacks() 2284 FunctionType::get(Type::getVoidTy(*C), false), in CreateAsanModuleDtor() [all …]
|
H A D | DataFlowSanitizer.cpp | 1169 Type::getVoidTy(*Ctx), PointerType::getUnqual(*Ctx), /*isVarArg=*/false); in initializeModule() 1172 FunctionType::get(Type::getVoidTy(*Ctx), DFSanWrapperExternWeakNullArgs, in initializeModule() 1176 DFSanSetLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx), in initializeModule() 1178 DFSanNonzeroLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx), std::nullopt, in initializeModule() 1181 Type::getVoidTy(*Ctx), PointerType::getUnqual(*Ctx), /*isVarArg=*/false); in initializeModule() 1183 FunctionType::get(Type::getVoidTy(*Ctx), PrimitiveShadowTy, in initializeModule() 1187 Type::getVoidTy(*Ctx), DFSanConditionalCallbackOriginArgs, in initializeModule() 1192 FunctionType::get(Type::getVoidTy(*Ctx), DFSanReachesFunctionCallbackArgs, in initializeModule() 1197 Type::getVoidTy(*Ctx), DFSanReachesFunctionCallbackOriginArgs, in initializeModule() 1200 FunctionType::get(Type::getVoidTy(*Ctx), PrimitiveShadowTy, in initializeModule() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 192 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction() 199 auto *UnRegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(M), in createUnregisterFunction() 215 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction() 221 auto *RegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(M), in createRegisterFunction() 349 Type::getVoidTy(C), in createRegisterGlobalsFunction() 358 FunctionType::get(Type::getVoidTy(C), in createRegisterGlobalsFunction() 367 Type::getVoidTy(C), in createRegisterGlobalsFunction() 374 auto *RegGlobalsTy = FunctionType::get(Type::getVoidTy(C), Int8PtrPtrTy, in createRegisterGlobalsFunction() 520 auto *CtorFuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFatbinFunction() 526 auto *DtorFuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFatbinFunction() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 47 FunctionType::get(Type::getVoidTy(C), {SizePtrTy}, in insertCall() 52 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C)); in insertCall() 63 Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false)); in insertCall()
|
H A D | ModuleUtils.cpp | 32 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false); in appendToGlobalArray() 184 auto *VoidTy = Type::getVoidTy(M.getContext()); in declareSanitizerInitFunction() 195 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createSanitizerCtor() 240 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions() 263 Ctor->getReturnType() == Type::getVoidTy(M.getContext())) in getOrCreateSanitizerCtorAndInitFunctions() 389 FunctionType::get(Type::getVoidTy(Ctx), false), Function::InternalLinkage, in lowerGlobalIFuncUsersAsGlobalCtor()
|
H A D | SanitizerStats.cpp | 57 FunctionType *StatReportTy = FunctionType::get(B.getVoidTy(), PtrTy, false); in create() 78 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish()
|
H A D | LowerGlobalDtors.cpp | 135 FunctionType::get(Type::getVoidTy(C), AtExitFuncArgs, in runImpl() 187 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C), in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCtorDtorLowering.cpp | 38 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createInitOrFiniKernelFunction() 106 auto *CallBackTy = FunctionType::get(IRB.getVoidTy(), {}); in createInitOrFiniCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 87 "__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/NVPTX/ |
H A D | NVPTXLowerUnreachable.cpp | 137 FunctionType *ExitFTy = FunctionType::get(Type::getVoidTy(C), false); in runOnFunction()
|
H A D | NVPTXCtorDtorLowering.cpp | 98 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createInitOrFiniKernelFunction() 166 auto *CallBackTy = FunctionType::get(IRB.getVoidTy(), {}); in createInitOrFiniCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreSelectionDAGInfo.cpp | 38 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 36 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 D | HexagonSelectionDAGInfo.cpp | 55 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 194 return Type::getVoidTy(Ctx); in getTypeFromParameterKind() 288 return Type::getVoidTy(Ctx); in getOverloadTy()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 77 return Type::getVoidTy(Ctx); in inferScalarTypeForRecipe() 221 return Type::getVoidTy(Ctx); in inferScalarTypeForRecipe()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 226 FTy = FunctionType::get(Type::getVoidTy(Ctx), false); in InsertUnwindResumeCalls() 232 FTy = FunctionType::get(Type::getVoidTy(Ctx), PointerType::getUnqual(Ctx), in InsertUnwindResumeCalls()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRDynamicChecks.cpp | 243 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/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 52 FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false); in emitInlineAsm() 382 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 922 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst() 932 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst() 944 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst() 950 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst() 983 : Instruction(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst() 999 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst() 1007 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst() 1121 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr, in UnreachableInst() 1135 : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst() 1144 : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Speculation.cpp | 69 Type::getVoidTy(MContext), in emit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | IndirectThunks.h | 127 auto *Type = FunctionType::get(Type::getVoidTy(Ctx), false); in createThunkFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SMEABIPass.cpp | 63 FunctionType::get(Builder.getVoidTy(), {}, /*IsVarArgs=*/false); in emitTPIDR2Save()
|