/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 27 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false); in appendToGlobalArray() 116 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createSanitizerCtorAndInitFunctions() 122 InitName, FunctionType::get(IRB.getVoidTy(), InitArgTypes, false), in createSanitizerCtorAndInitFunctions() 129 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 140 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks() 142 M.getOrInsertFunction("__tsan_func_exit", IRB.getVoidTy(), nullptr)); in initializeCallbacks() 151 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks() 155 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks() 160 UnalignedReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks() 165 UnalignedWriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks() 175 AtomicStoreName, IRB.getVoidTy(), PtrTy, Ty, OrdTy, nullptr)); in initializeCallbacks() 208 M.getOrInsertFunction("__tsan_vptr_update", IRB.getVoidTy(), in initializeCallbacks() 211 "__tsan_vptr_read", IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks() 213 "__tsan_atomic_thread_fence", IRB.getVoidTy(), OrdTy, nullptr)); in initializeCallbacks() [all …]
|
D | GCOVProfiling.cpp | 674 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitProfileArcs() 686 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitProfileArcs() 691 FTy = FunctionType::get(Builder.getVoidTy(), Params, false); in emitProfileArcs() 762 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc() 773 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getIncrementIndirectCounterFunc() 785 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc() 794 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc() 799 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc() 804 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getDeleteWriteoutFunctionListFunc() 809 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getDeleteFlushFunctionListFunc() [all …]
|
D | AddressSanitizer.cpp | 1278 kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy, nullptr)); in initializeCallbacks() 1281 kAsanUnpoisonGlobalsName, IRB.getVoidTy(), nullptr)); in initializeCallbacks() 1285 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy, nullptr)); in initializeCallbacks() 1288 M.getOrInsertFunction(kAsanUnregisterGlobalsName, IRB.getVoidTy(), in initializeCallbacks() 1415 Function::Create(FunctionType::get(Type::getVoidTy(*C), false), in InstrumentGlobals() 1463 IRB.getVoidTy(), IntptrTy, IntptrTy, ExpType, nullptr)); in initializeCallbacks() 1467 IRB.getVoidTy(), IntptrTy, IntptrTy, ExpType, nullptr)); in initializeCallbacks() 1474 IRB.getVoidTy(), IntptrTy, ExpType, nullptr)); in initializeCallbacks() 1478 IRB.getVoidTy(), IntptrTy, ExpType, nullptr)); in initializeCallbacks() 1496 M.getOrInsertFunction(kAsanHandleNoReturnName, IRB.getVoidTy(), nullptr)); in initializeCallbacks() [all …]
|
D | InstrProfiling.cpp | 177 auto *ReturnTy = Type::getVoidTy(M.getContext()); in getOrInsertValueProfilingCall() 382 auto *VoidTy = Type::getVoidTy(M->getContext()); in emitRegistration() 468 auto *VoidTy = Type::getVoidTy(M->getContext()); in emitInitialization()
|
D | SanitizerCoverage.cpp | 190 Type *VoidTy = Type::getVoidTy(*C); in runOnModule() 212 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false), in runOnModule()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ARCRuntimeEntryPoints.h | 134 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params, in getVoidRetI8XEntryPoint() 173 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params, in getI8XRetI8XXI8XEntryPoint()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 504 Type *VoidTy = Type::getVoidTy(M->getContext()); in createFree() 689 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst() 699 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst() 706 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst() 713 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst() 739 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst() 745 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst() 751 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst() 794 : TerminatorInst(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst() 803 : TerminatorInst(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst() [all …]
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 157 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); in TEST_F() 184 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); in TEST_F() 221 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldFunc() 428 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldModule()
|
D | Local.cpp | 67 Function::Create(FunctionType::get(B.getVoidTy(), false), in TEST()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1143 builder.getVoidTy(), in createCatchWrappedInvokeFunction() 1405 builder.getVoidTy(), in createThrowExceptionFunction() 1748 llvm::Type *retType = builder.getVoidTy(); in createStandardUtilityFunctions() 1767 retType = builder.getVoidTy(); in createStandardUtilityFunctions() 1786 retType = builder.getVoidTy(); in createStandardUtilityFunctions() 1804 retType = builder.getVoidTy(); in createStandardUtilityFunctions() 1822 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
|
/external/llvm/unittests/IR/ |
D | WaymarkTest.cpp | 31 FunctionType *FT = FunctionType::get(Type::getVoidTy(getGlobalContext()), true); in TEST()
|
D | TypeBuilderTest.cpp | 20 …EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, true>::get(getGlobalContext()))); in TEST() 21 …EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, false>::get(getGlobalContext()))… in TEST() 123 EXPECT_EQ(FunctionType::get(Type::getVoidTy(getGlobalContext()), params, false), in TEST()
|
D | VerifierTest.cpp | 27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false); in TEST()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 42 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 55 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 107 Type::getVoidTy(M.getContext())); in AddPrototypes() 111 Type::getVoidTy(M.getContext())); in AddPrototypes() 381 Type::getVoidTy(Context)); in LowerIntrinsicCall() 388 Type::getVoidTy(Context)); in LowerIntrinsicCall()
|
D | StackProtector.cpp | 480 Type::getVoidTy(Context), in CreateFailBB() 486 M->getOrInsertFunction("__stack_chk_fail", Type::getVoidTy(Context), in CreateFailBB()
|
D | SjLjEHPrepare.cpp | 107 "_Unwind_SjLj_Register", Type::getVoidTy(M.getContext()), in doInitialization() 110 "_Unwind_SjLj_Unregister", Type::getVoidTy(M.getContext()), in doInitialization()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 46 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
|
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 36 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), in TEST_F()
|
D | ScalarEvolutionTest.cpp | 51 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), in TEST_F() 103 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Types, false); in TEST_F()
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 137 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/); in getExternal() 152 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/); in getInternal()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 48 llvm::FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false); in EmitInlineAsm() 389 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
|
/external/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 115 Type::getVoidTy(Ctx), in buildCFICheck()
|