Home
last modified time | relevance | path

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

1234

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp257 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy()); in initialize()
259 IRB.getVoidTy()); in initialize()
269 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(), in initialize()
273 TsanWrite[i] = M.getOrInsertFunction(WriteName, Attr, IRB.getVoidTy(), in initialize()
278 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
282 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
286 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
290 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
304 CompoundRWName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
319 AtomicStoreName, Attr, IRB.getVoidTy(), PtrTy, Ty, OrdTy); in initialize()
[all …]
H A DGCOVProfiling.cpp737 FunctionType *FTy = FunctionType::get(Builder.getVoidTy(), {}, false); in AddFlushBeforeForkAndExec()
1046 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor()
1053 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor()
1055 FTy = FunctionType::get(Builder.getVoidTy(), {PFTy, PFTy}, false); in emitGlobalConstructor()
1072 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc()
1086 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc()
1101 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc()
1109 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc()
1114 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc()
1120 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in insertCounterWriteout()
[all …]
H A DAddressSanitizer.cpp2071 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
2078 kAsanRegisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2080 kAsanUnregisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2144 FunctionType::get(Type::getVoidTy(*C), false), in CreateAsanModuleDtor()
2650 FunctionType::get(IRB.getVoidTy(), Args2, false)); in initializeCallbacks()
2654 FunctionType::get(IRB.getVoidTy(), Args2, false)); in initializeCallbacks()
2662 FunctionType::get(IRB.getVoidTy(), Args1, false)); in initializeCallbacks()
2667 FunctionType::get(IRB.getVoidTy(), Args1, false)); in initializeCallbacks()
2940 IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
2958 kAsanAllocaPoison, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
[all …]
H A DHWAddressSanitizer.cpp278 Type *VoidTy = Type::getVoidTy(M.getContext());
568 FunctionType::get(IRB.getVoidTy(), {IntptrTy, IntptrTy}, false)); in initializeCallbacks()
576 FunctionType::get(IRB.getVoidTy(), {IntptrTy}, false)); in initializeCallbacks()
581 "__hwasan_tag_memory", IRB.getVoidTy(), Int8PtrTy, Int8Ty, IntptrTy); in initializeCallbacks()
601 M.getOrInsertFunction("__hwasan_handle_vfork", IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
808 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline()
819 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline()
H A DMemProfiler.cpp540 FunctionType::get(IRB.getVoidTy(), Args2, false)); in initializeCallbacks()
544 FunctionType::get(IRB.getVoidTy(), Args1, false)); in initializeCallbacks()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A 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()
148 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
167 Ctor->getReturnType() == Type::getVoidTy(M.getContext())) in getOrCreateSanitizerCtorAndInitFunctions()
182 F->getReturnType() != Type::getVoidTy(M.getContext())) { in getOrCreateInitFunction()
192 Type::getVoidTy(M.getContext())) in getOrCreateInitFunction()
H A DSanitizerStats.cpp58 FunctionType::get(B.getVoidTy(), Int8PtrTy, false); in create()
79 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish()
H A DEntryExitInstrumenter.cpp37 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C)); in insertCall()
47 Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false)); in insertCall()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp249 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction()
255 auto *RegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(), in createRegisterFunction()
275 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction()
281 auto *UnRegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(), in createUnregisterFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp106 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck()
133 M.getOrInsertFunction("__cfi_check_fail", Type::getVoidTy(Ctx), in buildCFICheck()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp766 Type *VoidTy = Type::getVoidTy(M->getContext()); in createFree()
973 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
981 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
989 : Instruction(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst()
1041 : Instruction(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
1050 : Instruction(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
1272 : Instruction(Type::getVoidTy(BI.getContext()), Instruction::Br, in BranchInst()
1505 : Instruction(Type::getVoidTy(val->getContext()), Store, in StoreInst()
1519 : Instruction(Type::getVoidTy(val->getContext()), Store, in StoreInst()
4254 : Instruction(Type::getVoidTy(Address->getContext()), in IndirectBrInst()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1091 builder.getVoidTy(), in createCatchWrappedInvokeFunction()
1353 builder.getVoidTy(), in createThrowExceptionFunction()
1696 llvm::Type *retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1715 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1734 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1752 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1770 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp120 FunctionType::get(Type::getVoidTy(C), AtExitFuncArgs, in runOnModule()
162 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C), in runOnModule()
/netbsd/external/apache2/llvm/dist/llvm/tools/vfabi-demangle-fuzzer/
H A Dvfabi-demangler-fuzzer.cpp33 FunctionType::get(Type::getVoidTy(M->getContext()), false)); in LLVMFuzzerTestOneInput()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp35 AnyResumeFnPtrTy(FunctionType::get(Type::getVoidTy(Context), Int8Ptr, in Lowerer()
111 auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy, in lowerCoroNoop()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp38 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp55 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h50 auto Type = FunctionType::get(Type::getVoidTy(Ctx), false); in createThunkFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp51 FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false); in emitInlineAsm()
381 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp580 "__stack_smash_handler", Type::getVoidTy(Context), in CreateFailBB()
586 M->getOrInsertFunction("__stack_chk_fail", Type::getVoidTy(Context)); in CreateFailBB()
H A DSjLjEHPrepare.cpp484 "_Unwind_SjLj_Register", Type::getVoidTy(M.getContext()), in runOnFunction()
487 "_Unwind_SjLj_Unregister", Type::getVoidTy(M.getContext()), in runOnFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp70 Type::getVoidTy(MContext), in emit()
H A 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 ()()
705 auto *VoidTy = Type::getVoidTy(*Ctx); in createPlatformRuntimeModule()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp233 GuardFnType = FunctionType::get(Type::getVoidTy(M.getContext()), in doInitialization()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp46 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()

1234