| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | ThreadSanitizer.cpp | 256 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 …]
|
| D | GCOVProfiling.cpp | 737 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 …]
|
| D | AddressSanitizer.cpp | 2055 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 …]
|
| D | HWAddressSanitizer.cpp | 320 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()
|
| D | MemProfiler.cpp | 540 FunctionType::get(IRB.getVoidTy(), Args2, false)); in initializeCallbacks() 544 FunctionType::get(IRB.getVoidTy(), Args1, false)); in initializeCallbacks()
|
| D | DataFlowSanitizer.cpp | 1064 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/ |
| D | ModuleUtils.cpp | 28 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()
|
| D | SanitizerStats.cpp | 58 FunctionType::get(B.getVoidTy(), Int8PtrTy, false); in create() 79 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish()
|
| D | EntryExitInstrumenter.cpp | 37 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/ |
| D | CrossDSOCFI.cpp | 106 "__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/ |
| D | Instructions.cpp | 772 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/ |
| D | WebAssemblyLowerGlobalDtors.cpp | 120 FunctionType::get(Type::getVoidTy(C), AtExitFuncArgs, in runOnModule() 162 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C), in runOnModule()
|
| D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 721 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/ |
| D | CoroEarly.cpp | 35 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/ |
| D | XCoreSelectionDAGInfo.cpp | 38 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonSelectionDAGInfo.cpp | 55 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | IndirectThunks.h | 50 auto Type = FunctionType::get(Type::getVoidTy(Ctx), false); in createThunkFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 51 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/ |
| D | IRDynamicChecks.cpp | 246 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/ |
| D | Speculation.cpp | 70 Type::getVoidTy(MContext), in emit()
|
| D | LLJIT.cpp | 182 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/ |
| D | StackProtector.cpp | 580 "__stack_smash_handler", Type::getVoidTy(Context), in CreateFailBB() 586 M->getOrInsertFunction("__stack_chk_fail", Type::getVoidTy(Context)); in CreateFailBB()
|
| D | SjLjEHPrepare.cpp | 488 "_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/ |
| D | CFGuard.cpp | 233 GuardFnType = FunctionType::get(Type::getVoidTy(M.getContext()), in doInitialization()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64SelectionDAGInfo.cpp | 46 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
|