|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SafeStack.cpp 479 F.getParent()->getOrInsertFunction("__stack_chk_fail", IRB.getVoidTy());
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 645 FunctionType::get(IRB.getVoidTy(), IRB.getInt32Ty(), false),
656 FunctionType::get(IRB.getVoidTy(), IRB.getInt8PtrTy(), false);
704 FTy = FunctionType::get(IRB.getVoidTy(),
lib/Target/X86/X86WinEHState.cpp 283 Type *VoidTy = Builder.getVoidTy();
lib/Transforms/IPO/LowerTypeTests.cpp 1392 InlineAsm::get(FunctionType::get(IRB.getVoidTy(), ArgTypes, false),
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1953 M.getOrInsertFunction(kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy);
1955 M.getOrInsertFunction(kAsanUnpoisonGlobalsName, IRB.getVoidTy());
1959 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy);
1961 kAsanUnregisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy);
1966 kAsanRegisterImageGlobalsName, IRB.getVoidTy(), IntptrTy);
1968 kAsanUnregisterImageGlobalsName, IRB.getVoidTy(), IntptrTy);
1971 M.getOrInsertFunction(kAsanRegisterElfGlobalsName, IRB.getVoidTy(),
1974 M.getOrInsertFunction(kAsanUnregisterElfGlobalsName, IRB.getVoidTy(),
2488 FunctionType::get(IRB.getVoidTy(), Args2, false));
2492 FunctionType::get(IRB.getVoidTy(), Args2, false));
2500 FunctionType::get(IRB.getVoidTy(), Args1, false));
2505 FunctionType::get(IRB.getVoidTy(), Args1, false));
2523 M.getOrInsertFunction(kAsanHandleNoReturnName, IRB.getVoidTy());
2526 M.getOrInsertFunction(kAsanPtrCmp, IRB.getVoidTy(), IntptrTy, IntptrTy);
2528 M.getOrInsertFunction(kAsanPtrSub, IRB.getVoidTy(), IntptrTy, IntptrTy);
2530 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
2767 IRB.getVoidTy(), IntptrTy, IntptrTy);
2771 kAsanPoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy);
2773 kAsanUnpoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy);
2781 M.getOrInsertFunction(Name.str(), IRB.getVoidTy(), IntptrTy, IntptrTy);
2785 kAsanAllocaPoison, IRB.getVoidTy(), IntptrTy, IntptrTy);
2787 kAsanAllocasUnpoison, IRB.getVoidTy(), IntptrTy, IntptrTy);
lib/Transforms/Instrumentation/GCOVProfiling.cpp 657 FunctionType *FTy = FunctionType::get(Builder.getVoidTy(), {}, false);
871 FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp 442 FunctionType::get(IRB.getVoidTy(), {IntptrTy, IntptrTy}, false));
450 FunctionType::get(IRB.getVoidTy(), {IntptrTy}, false));
455 "__hwasan_tag_memory", IRB.getVoidTy(), Int8PtrTy, Int8Ty, IntptrTy);
475 M.getOrInsertFunction("__hwasan_handle_vfork", IRB.getVoidTy(), IntptrTy);
478 M.getOrInsertFunction("__hwasan_thread_enter", IRB.getVoidTy());
679 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false),
688 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false),
lib/Transforms/Instrumentation/MemorySanitizer.cpp 705 WarningFn = M.getOrInsertFunction("__msan_warning", IRB.getVoidTy(),
742 M.getOrInsertFunction("__msan_poison_alloca", IRB.getVoidTy(),
745 "__msan_unpoison_alloca", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy);
764 WarningFn = M.getOrInsertFunction(WarningFnName, IRB.getVoidTy());
798 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
803 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
808 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
811 M.getOrInsertFunction("__msan_poison_stack", IRB.getVoidTy(),
836 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
841 M.getOrInsertFunction("__msan_instrument_asm_store", IRB.getVoidTy(),
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 443 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
lib/Transforms/Instrumentation/ThreadSanitizer.cpp 209 IRB.getVoidTy(), IRB.getInt8PtrTy());
211 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy());
213 IRB.getVoidTy());
215 M.getOrInsertFunction("__tsan_ignore_thread_end", Attr, IRB.getVoidTy());
223 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(),
227 TsanWrite[i] = M.getOrInsertFunction(WriteName, Attr, IRB.getVoidTy(),
232 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy());
236 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy());
246 AtomicStoreName, Attr, IRB.getVoidTy(), PtrTy, Ty, OrdTy);
279 M.getOrInsertFunction("__tsan_vptr_update", Attr, IRB.getVoidTy(),
282 IRB.getVoidTy(), IRB.getInt8PtrTy());
284 Attr, IRB.getVoidTy(), OrdTy);
286 Attr, IRB.getVoidTy(), OrdTy);
lib/Transforms/Scalar/LoopIdiomRecognize.cpp 1016 FunctionCallee MSP = M->getOrInsertFunction(FuncName, Builder.getVoidTy(),
lib/Transforms/Utils/ModuleUtils.cpp 25 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
136 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false),
lib/Transforms/Utils/SanitizerStats.cpp 58 FunctionType::get(B.getVoidTy(), Int8PtrTy, false);
tools/clang/lib/CodeGen/CGObjC.cpp 2505 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false);
2639 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false);
tools/clang/lib/CodeGen/CGObjCGNU.cpp 961 llvm::FunctionType *FT = llvm::FunctionType::get(B.getVoidTy(), Types,
3805 llvm::FunctionType::get(Builder.getVoidTy(), module->getType(), true);
3813 llvm::FunctionType::get(Builder.getVoidTy(),
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 2988 CGF.Builder.getVoidTy(), {CGF.Builder.getInt8PtrTy()}, true);
3226 CGF.Builder.getVoidTy(), {CGF.Builder.getInt8PtrTy()}, true);
tools/polly/lib/CodeGen/LoopGeneratorsGOMP.cpp 33 Builder.getVoidTy(), Builder.getInt8PtrTy(), false)),
40 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), Params, false);
62 FunctionType::get(Builder.getVoidTy(), {Builder.getInt8PtrTy()}, false);
202 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), false);
218 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), false);
tools/polly/lib/CodeGen/LoopGeneratorsKMP.cpp 33 KMPCMicroTy = FunctionType::get(Builder.getVoidTy(), MicroParams, true);
44 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), Params, true);
84 FunctionType *FT = FunctionType::get(Builder.getVoidTy(), Arguments, false);
303 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), Params, false);
336 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), Params, false);
365 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), Params, false);
395 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), Params, false);
tools/polly/lib/CodeGen/PerfMonitor.cpp 126 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), {}, false);
217 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), {}, false);
unittests/Analysis/BasicAliasAnalysisTest.cpp 72 FunctionType::get(B.getVoidTy(), {B.getInt32Ty()->getPointerTo()}, false),
106 FunctionType::get(B.getVoidTy(), {B.getInt64Ty()}, false),
unittests/Analysis/MemorySSATest.cpp 76 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
114 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
204 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
248 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
298 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
334 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
380 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
424 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
479 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
524 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
597 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false),
628 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false),
658 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false),
702 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false),
766 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false),
795 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false),
826 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false),
885 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
924 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
969 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
1004 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false),
1047 F = Function::Create(FunctionType::get(B.getVoidTy(), {}, false),
1096 F = Function::Create(FunctionType::get(B.getVoidTy(),
1138 F = Function::Create(FunctionType::get(B.getVoidTy(),
1221 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
1270 F = Function::Create(FunctionType::get(B.getVoidTy(), {B.getInt1Ty()}, false),
1333 F = Function::Create(FunctionType::get(B.getVoidTy(),
1412 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
1468 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
1540 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false),
unittests/Analysis/SparsePropagation.cpp 257 Function *F = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
259 Function *G = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
293 Function *F = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
295 Function *G = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
334 Function *F = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
336 Function *G = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
459 Function *F = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
462 FunctionType::get(Builder.getVoidTy(),
512 Function *P = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
514 Function *G = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
516 Function *F = Function::Create(FunctionType::get(Builder.getVoidTy(), false),
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp 200 M.get(), FunctionType::get(Builder.getVoidTy(), {}, false), "_exit");
unittests/Transforms/Utils/LocalTest.cpp 73 Function::Create(FunctionType::get(B.getVoidTy(), false),
unittests/Transforms/Utils/SSAUpdaterBulkTest.cpp 27 auto *F = Function::Create(FunctionType::get(B.getVoidTy(), {I32Ty}, false),
114 auto *F = Function::Create(FunctionType::get(B.getVoidTy(), {I32Ty}, false),