Home
last modified time | relevance | path

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

1234567

/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp26 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false); in appendToGlobalArray()
110 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createSanitizerCtorAndInitFunctions()
116 InitName, FunctionType::get(IRB.getVoidTy(), InitArgTypes, false), in createSanitizerCtorAndInitFunctions()
123 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
DSanitizerStats.cpp59 FunctionType::get(B.getVoidTy(), Int8PtrTy, false); in create()
80 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp154 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
156 M.getOrInsertFunction("__tsan_func_exit", IRB.getVoidTy(), nullptr)); in initializeCallbacks()
165 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
169 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
174 UnalignedReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
179 UnalignedWriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
189 AtomicStoreName, IRB.getVoidTy(), PtrTy, Ty, OrdTy, nullptr)); in initializeCallbacks()
222 M.getOrInsertFunction("__tsan_vptr_update", IRB.getVoidTy(), in initializeCallbacks()
225 "__tsan_vptr_read", IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
227 "__tsan_atomic_thread_fence", IRB.getVoidTy(), OrdTy, nullptr)); in initializeCallbacks()
[all …]
DGCOVProfiling.cpp683 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitProfileArcs()
695 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitProfileArcs()
700 FTy = FunctionType::get(Builder.getVoidTy(), Params, false); in emitProfileArcs()
771 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc()
782 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getIncrementIndirectCounterFunc()
794 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc()
803 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc()
808 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc()
813 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc()
832 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in insertCounterWriteout()
[all …]
DAddressSanitizer.cpp1369 kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy, nullptr)); in initializeCallbacks()
1372 kAsanUnpoisonGlobalsName, IRB.getVoidTy(), nullptr)); in initializeCallbacks()
1377 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy, nullptr)); in initializeCallbacks()
1380 M.getOrInsertFunction(kAsanUnregisterGlobalsName, IRB.getVoidTy(), in initializeCallbacks()
1388 IRB.getVoidTy(), IntptrTy, nullptr)); in initializeCallbacks()
1393 IRB.getVoidTy(), IntptrTy, nullptr)); in initializeCallbacks()
1597 Function::Create(FunctionType::get(Type::getVoidTy(*C), false), in InstrumentGlobals()
1652 IRB.getVoidTy(), IntptrTy, IntptrTy, ExpType, nullptr)); in initializeCallbacks()
1656 IRB.getVoidTy(), IntptrTy, IntptrTy, ExpType, nullptr)); in initializeCallbacks()
1663 IRB.getVoidTy(), IntptrTy, ExpType, nullptr)); in initializeCallbacks()
[all …]
DEfficiencySanitizer.cpp258 AlignedLoadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
262 AlignedStoreName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
266 UnalignedLoadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
270 UnalignedStoreName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr)); in initializeCallbacks()
273 M.getOrInsertFunction("__esan_unaligned_loadN", IRB.getVoidTy(), in initializeCallbacks()
276 M.getOrInsertFunction("__esan_unaligned_storeN", IRB.getVoidTy(), in initializeCallbacks()
516 EsanDtorFunction = Function::Create(FunctionType::get(Type::getVoidTy(*Ctx), in createDestructor()
523 M.getOrInsertFunction(EsanExitName, IRB_Dtor.getVoidTy(), in createDestructor()
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp73 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false), in TEST_F()
114 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false), in TEST_F()
157 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false), in TEST_F()
223 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false), in TEST_F()
255 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false), in TEST_F()
285 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false), in TEST_F()
DValueMapperTest.cpp176 FunctionType::get(Type::getVoidTy(C), Type::getInt8Ty(C), false); in TEST()
235 FunctionType::get(Type::getVoidTy(C), Type::getInt8Ty(C), false); in TEST()
270 FunctionType::get(Type::getVoidTy(C), Type::getInt8Ty(C), false); in TEST()
289 FunctionType::get(Type::getVoidTy(C), Type::getInt8Ty(C), false); in TEST()
331 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Int8, false); in TEST()
DCloning.cpp156 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); in TEST_F()
183 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); in TEST_F()
220 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldFunc()
409 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldModule()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp473 Type *VoidTy = Type::getVoidTy(M->getContext()); in createFree()
588 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst()
598 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
605 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
612 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst()
639 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unwind, in UnwindInst()
643 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unwind, in UnwindInst()
666 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst()
672 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
678 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
[all …]
/external/llvm/unittests/IR/
DFunctionTest.cpp20 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false); in TEST()
42 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false); in TEST()
DTypeBuilderTest.cpp20 EXPECT_EQ(Type::getVoidTy(Context), (TypeBuilder<void, true>::get(Context))); in TEST()
21 EXPECT_EQ(Type::getVoidTy(Context), (TypeBuilder<void, false>::get(Context))); in TEST()
151 EXPECT_EQ(FunctionType::get(Type::getVoidTy(Context), params, false), in TEST()
DVerifierTest.cpp29 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false); in TEST()
166 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false); in TEST()
DWaymarkTest.cpp29 FunctionType *FT = FunctionType::get(Type::getVoidTy(Context), true); in TEST()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp570 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), in getStartFileFunc()
580 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), in getIncrementIndirectCounterFunc()
590 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), in getEmitFunctionFunc()
600 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), in getEmitArcsFunc()
606 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc()
626 FunctionType::get(Type::getVoidTy(*Ctx), false); in insertCounterWriteout()
/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/Transforms/IPO/
DCrossDSOCFI.cpp100 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck()
119 "__cfi_check_fail", Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), in buildCFICheck()
/external/llvm/lib/IR/
DInstructions.cpp583 Type *VoidTy = Type::getVoidTy(M->getContext()); in createFree()
807 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst()
817 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
824 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
831 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst()
857 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst()
863 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
869 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
912 : TerminatorInst(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
921 : TerminatorInst(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
[all …]
/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/swiftshader/third_party/LLVM/unittests/Support/
DTypeBuilderTest.cpp21 …EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, true>::get(getGlobalContext()))); in TEST()
22 …EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, false>::get(getGlobalContext()))… in TEST()
124 EXPECT_EQ(FunctionType::get(Type::getVoidTy(getGlobalContext()), params, false), in TEST()
/external/swiftshader/third_party/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()
/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()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp1131 builder.getVoidTy(), in createCatchWrappedInvokeFunction()
1449 builder.getVoidTy(), in createThrowExceptionFunction()
1798 llvm::Type *retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1817 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1836 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1854 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1872 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp39 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DVerifierTest.cpp27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false); in TEST()

1234567