Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp27 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/
DThreadSanitizer.cpp140 "__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 …]
DGCOVProfiling.cpp674 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 …]
DAddressSanitizer.cpp1278 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 …]
DInstrProfiling.cpp177 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()
DSanitizerCoverage.cpp190 Type *VoidTy = Type::getVoidTy(*C); in runOnModule()
212 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false), in runOnModule()
/external/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h134 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/
DInstructions.cpp504 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/
DCloning.cpp157 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()
DLocal.cpp67 Function::Create(FunctionType::get(B.getVoidTy(), false), in TEST()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1143 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/
DWaymarkTest.cpp31 FunctionType *FT = FunctionType::get(Type::getVoidTy(getGlobalContext()), true); in TEST()
DTypeBuilderTest.cpp20 …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()
DVerifierTest.cpp27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false); in TEST()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp42 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp55 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp107 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()
DStackProtector.cpp480 Type::getVoidTy(Context), in CreateFailBB()
486 M->getOrInsertFunction("__stack_chk_fail", Type::getVoidTy(Context), in CreateFailBB()
DSjLjEHPrepare.cpp107 "_Unwind_SjLj_Register", Type::getVoidTy(M.getContext()), in doInitialization()
110 "_Unwind_SjLj_Unregister", Type::getVoidTy(M.getContext()), in doInitialization()
/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp46 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp36 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), in TEST_F()
DScalarEvolutionTest.cpp51 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/
DLinkModulesTest.cpp137 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/
DMips16HardFloat.cpp48 llvm::FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false); in EmitInlineAsm()
389 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp115 Type::getVoidTy(Ctx), in buildCFICheck()

1234