Home
last modified time | relevance | path

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

123

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp147 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL)); in initializeCallbacks()
149 "__tsan_func_exit", IRB.getVoidTy(), NULL)); in initializeCallbacks()
156 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL)); in initializeCallbacks()
160 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL)); in initializeCallbacks()
172 AtomicStoreName, IRB.getVoidTy(), PtrTy, Ty, OrdTy, in initializeCallbacks()
206 "__tsan_vptr_update", IRB.getVoidTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
209 "__tsan_vptr_read", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL)); in initializeCallbacks()
211 "__tsan_atomic_thread_fence", IRB.getVoidTy(), OrdTy, NULL)); in initializeCallbacks()
213 "__tsan_atomic_signal_fence", IRB.getVoidTy(), OrdTy, NULL)); in initializeCallbacks()
236 IRB.getVoidTy(), NULL); in doInitialization()
DGCOVProfiling.cpp583 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitProfileArcs()
595 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitProfileArcs()
600 FTy = FunctionType::get(Builder.getVoidTy(), Params, false); in emitProfileArcs()
670 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc()
681 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getIncrementIndirectCounterFunc()
691 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc()
700 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc()
705 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getDeleteWriteoutFunctionListFunc()
710 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getDeleteFlushFunctionListFunc()
715 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc()
[all …]
DAddressSanitizer.cpp862 kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy, NULL)); in initializeCallbacks()
865 kAsanUnpoisonGlobalsName, IRB.getVoidTy(), NULL)); in initializeCallbacks()
869 kAsanRegisterGlobalsName, IRB.getVoidTy(), in initializeCallbacks()
874 IRB.getVoidTy(), IntptrTy, IntptrTy, NULL)); in initializeCallbacks()
1014 FunctionType::get(Type::getVoidTy(*C), false), in runOnModule()
1039 FunctionName, IRB.getVoidTy(), IntptrTy, NULL)); in initializeCallbacks()
1043 kAsanReportLoadN, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL)); in initializeCallbacks()
1045 kAsanReportStoreN, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL)); in initializeCallbacks()
1048 kAsanHandleNoReturnName, IRB.getVoidTy(), NULL)); in initializeCallbacks()
1050 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false), in initializeCallbacks()
[all …]
DProfilingUtils.cpp137 FunctionType::get(Type::getVoidTy(Mod->getContext()), false)->getPointerTo() in InsertProfilingShutdownCall()
DMemorySanitizer.cpp279 WarningFn = M.getOrInsertFunction(WarningFnName, IRB.getVoidTy(), NULL); in initializeCallbacks()
282 "__msan_copy_origin", IRB.getVoidTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
285 "__msan_set_alloca_origin", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, in initializeCallbacks()
288 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL); in initializeCallbacks()
329 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false), in initializeCallbacks()
367 "__msan_init", IRB.getVoidTy(), NULL)), 0); in doInitialization()
/external/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h136 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params, in getVoidRetI8XEntryPoint()
175 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params, in getI8XRetI8XXI8XEntryPoint()
/external/llvm/lib/IR/
DInstructions.cpp491 Type *VoidTy = Type::getVoidTy(M->getContext()); in createFree()
616 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst()
626 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
633 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
640 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst()
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()
701 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, in UnreachableInst()
705 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, in UnreachableInst()
[all …]
/external/llvm/unittests/IR/
DWaymarkTest.cpp30 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()
DIRBuilderTest.cpp29 FunctionType *FTy = FunctionType::get(Type::getVoidTy(getGlobalContext()), in SetUp()
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp29 FunctionType::get(Type::getVoidTy(Mod->getContext()), false); in makeLLVMModule()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1144 builder.getVoidTy(), in createCatchWrappedInvokeFunction()
1407 builder.getVoidTy(), in createThrowExceptionFunction()
1750 llvm::Type *retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1769 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1788 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1806 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
1824 retType = builder.getVoidTy(); in createStandardUtilityFunctions()
/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.cpp392 "__stack_smash_handler", Type::getVoidTy(Context), in CreateFailBB()
410 "__stack_chk_fail", Type::getVoidTy(Context), NULL); in CreateFailBB()
DDwarfEHPrepare.cpp123 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx), in InsertUnwindResumeCalls()
DSjLjEHPrepare.cpp104 Type::getVoidTy(M.getContext()), in doInitialization()
109 Type::getVoidTy(M.getContext()), in doInitialization()
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp26 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false); in appendToGlobalArray()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp26 llvm::FunctionType::get(Type::getVoidTy(C), in inlineAsmOut()
331 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp40 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), in TEST_F()
94 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Types, false); in TEST_F()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp151 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); in TEST_F()
DSpecialCaseList.cpp24 return Function::Create(FunctionType::get(Type::getVoidTy(Ctx), false), in makeFunction()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp183 Type::getVoidTy(*DAG.getContext()), // return type in EmitTargetCodeForMemset()
/external/llvm/include/llvm/IR/
DType.h381 static Type *getVoidTy(LLVMContext &C);
/external/llvm/lib/Target/R600/
DSIAnnotateControlFlow.cpp116 Void = Type::getVoidTy(Context); in doInitialization()

123