| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 209 IRB.getVoidTy(), IRB.getPtrTy()); in initialize() 211 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy()); in initialize() 213 IRB.getVoidTy()); in initialize() 215 M.getOrInsertFunction("__tsan_ignore_thread_end", Attr, IRB.getVoidTy()); in initialize() 223 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(), in initialize() 227 TsanWrite[i] = M.getOrInsertFunction(WriteName, Attr, IRB.getVoidTy(), in initialize() 232 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize() 236 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize() 240 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize() 244 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize() [all …]
|
| H A D | GCOVProfiling.cpp | 665 FunctionType *FTy = FunctionType::get(Builder.getVoidTy(), {}, false); in AddFlushBeforeForkAndExec() 995 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor() 1002 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor() 1004 FTy = FunctionType::get(Builder.getVoidTy(), {PFTy, PFTy}, false); in emitGlobalConstructor() 1055 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc() 1066 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc() 1076 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc() 1082 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc() 1087 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc() 1093 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in insertCounterWriteout() [all …]
|
| H A D | AddressSanitizer.cpp | 1898 M.getOrInsertFunction(kAMDGPUUnreachableName, IRB.getVoidTy()), {}); in genAMDGPUReportBlock() 2265 M.getOrInsertFunction(kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks() 2267 M.getOrInsertFunction(kAsanUnpoisonGlobalsName, IRB.getVoidTy()); in initializeCallbacks() 2271 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks() 2273 kAsanUnregisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks() 2278 kAsanRegisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks() 2280 kAsanUnregisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks() 2283 M.getOrInsertFunction(kAsanRegisterElfGlobalsName, IRB.getVoidTy(), in initializeCallbacks() 2286 M.getOrInsertFunction(kAsanUnregisterElfGlobalsName, IRB.getVoidTy(), in initializeCallbacks() 2347 FunctionType::get(Type::getVoidTy(*C), false), in CreateAsanModuleDtor() [all …]
|
| H A D | RealtimeSanitizer.cpp | 41 FunctionType *FuncType = FunctionType::get(Type::getVoidTy(Context), in insertCallBeforeInstruction()
|
| H A D | DataFlowSanitizer.cpp | 1167 Type::getVoidTy(*Ctx), PointerType::getUnqual(*Ctx), /*isVarArg=*/false); in initializeModule() 1170 FunctionType::get(Type::getVoidTy(*Ctx), DFSanWrapperExternWeakNullArgs, in initializeModule() 1174 DFSanSetLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx), in initializeModule() 1176 DFSanNonzeroLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx), {}, in initializeModule() 1179 Type::getVoidTy(*Ctx), PointerType::getUnqual(*Ctx), /*isVarArg=*/false); in initializeModule() 1181 FunctionType::get(Type::getVoidTy(*Ctx), PrimitiveShadowTy, in initializeModule() 1185 Type::getVoidTy(*Ctx), DFSanConditionalCallbackOriginArgs, in initializeModule() 1190 FunctionType::get(Type::getVoidTy(*Ctx), DFSanReachesFunctionCallbackArgs, in initializeModule() 1195 Type::getVoidTy(*Ctx), DFSanReachesFunctionCallbackOriginArgs, in initializeModule() 1198 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() 352 Type::getVoidTy(C), in createRegisterGlobalsFunction() 361 FunctionType::get(Type::getVoidTy(C), in createRegisterGlobalsFunction() 371 FunctionType::get(Type::getVoidTy(C), in createRegisterGlobalsFunction() 380 Type::getVoidTy(C), in createRegisterGlobalsFunction() 387 auto *RegGlobalsTy = FunctionType::get(Type::getVoidTy(C), Int8PtrPtrTy, in createRegisterGlobalsFunction() 554 auto *CtorFuncTy = 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() 62 Func, FunctionType::get(Type::getVoidTy(C), PointerType::getUnqual(C), in insertCall() 72 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C)); in insertCall() 83 Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false)); in insertCall()
|
| 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 | ModuleUtils.cpp | 228 auto *VoidTy = Type::getVoidTy(M.getContext()); in declareSanitizerInitFunction() 239 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createSanitizerCtor() 284 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions() 307 Ctor->getReturnType() == Type::getVoidTy(M.getContext())) in getOrCreateSanitizerCtorAndInitFunctions() 432 FunctionType::get(Type::getVoidTy(Ctx), false), Function::InternalLinkage, in lowerGlobalIFuncUsersAsGlobalCtor()
|
| H A D | DeclareRuntimeLibcalls.cpp | 31 FunctionType::get(Type::getVoidTy(Ctx), {}, /*IsVarArgs=*/true); in run()
|
| 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/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 86 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck() 113 "__cfi_check_fail", Type::getVoidTy(Ctx), PointerType::getUnqual(Ctx), in buildCFICheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCtorDtorLowering.cpp | 38 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createInitOrFiniKernelFunction() 105 auto *CallBackTy = FunctionType::get(IRB.getVoidTy(), {}); in createInitOrFiniCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerUnreachable.cpp | 140 FunctionType *ExitFTy = FunctionType::get(Type::getVoidTy(C), false); in runOnFunction()
|
| H A D | NVPTXCtorDtorLowering.cpp | 66 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createInitOrFiniKernelFunction() 134 auto *CallBackTy = FunctionType::get(IRB.getVoidTy(), {}); in createInitOrFiniCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 49 CC, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/ |
| H A D | Atomic.cpp | 134 ResultTy = Type::getVoidTy(Ctx); in EmitAtomicLoadLibcall() 177 FunctionType *FnType = FunctionType::get(Type::getVoidTy(Ctx), ArgTys, false); in EmitAtomicStoreLibcall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.cpp | 57 CC, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 225 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/DirectX/ |
| H A D | DXILResourceAccess.cpp | 81 Builder.getVoidTy(), Intrinsic::dx_resource_store_typedbuffer, in createTypedBufferStore() 94 Builder.getVoidTy(), Intrinsic::dx_resource_store_rawbuffer, in createRawStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 51 FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false); in emitInlineAsm() 380 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
|
| /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/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 69 Type::getVoidTy(MContext), in emit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SMEABIPass.cpp | 57 FunctionType::get(Builder.getVoidTy(), {}, /*IsVarArgs=*/false); in emitTPIDR2Save()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 991 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst() 1002 : Instruction(Type::getVoidTy(C), Instruction::Ret, AllocInfo, in ReturnInst() 1013 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst() 1019 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst() 1052 : Instruction(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst() 1066 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst() 1074 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst() 1184 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, in UnreachableInst() 1199 : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst() 1207 : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst() [all …]
|