/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 147 "__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()
|
D | GCOVProfiling.cpp | 583 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 …]
|
D | AddressSanitizer.cpp | 862 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 …]
|
D | ProfilingUtils.cpp | 137 FunctionType::get(Type::getVoidTy(Mod->getContext()), false)->getPointerTo() in InsertProfilingShutdownCall()
|
D | MemorySanitizer.cpp | 279 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/ |
D | ARCRuntimeEntryPoints.h | 136 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/ |
D | Instructions.cpp | 491 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/ |
D | WaymarkTest.cpp | 30 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()
|
D | IRBuilderTest.cpp | 29 FunctionType *FTy = FunctionType::get(Type::getVoidTy(getGlobalContext()), in SetUp()
|
/external/llvm/unittests/Bitcode/ |
D | BitReaderTest.cpp | 29 FunctionType::get(Type::getVoidTy(Mod->getContext()), false); in makeLLVMModule()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1144 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/ |
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 | 392 "__stack_smash_handler", Type::getVoidTy(Context), in CreateFailBB() 410 "__stack_chk_fail", Type::getVoidTy(Context), NULL); in CreateFailBB()
|
D | DwarfEHPrepare.cpp | 123 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx), in InsertUnwindResumeCalls()
|
D | SjLjEHPrepare.cpp | 104 Type::getVoidTy(M.getContext()), in doInitialization() 109 Type::getVoidTy(M.getContext()), in doInitialization()
|
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 26 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false); in appendToGlobalArray()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 26 llvm::FunctionType::get(Type::getVoidTy(C), in inlineAsmOut() 331 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
|
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 40 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/ |
D | Cloning.cpp | 151 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); in TEST_F()
|
D | SpecialCaseList.cpp | 24 return Function::Create(FunctionType::get(Type::getVoidTy(Ctx), false), in makeFunction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 183 Type::getVoidTy(*DAG.getContext()), // return type in EmitTargetCodeForMemset()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 381 static Type *getVoidTy(LLVMContext &C);
|
/external/llvm/lib/Target/R600/ |
D | SIAnnotateControlFlow.cpp | 116 Void = Type::getVoidTy(Context); in doInitialization()
|