|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/DerivedTypes.h 120 static FunctionType *get(Type *Result, bool isVarArg);
References
examples/BrainF/BrainF.cpp 85 brainf_func = Function::Create(FunctionType::get(Type::getVoidTy(C), false),
examples/ModuleMaker/ModuleMaker.cpp 39 FunctionType::get(Type::getInt32Ty(Context), /*not vararg*/false);
lib/CodeGen/MIRParser/MIRParser.cpp 263 Function::Create(FunctionType::get(Type::getVoidTy(Context), false),
lib/CodeGen/MachineOutliner.cpp 1100 Function *F = Function::Create(FunctionType::get(Type::getVoidTy(C), false),
lib/IR/Verifier.cpp 646 FunctionType::get(Type::getVoidTy(Context), false)->
lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp 122 NewType = FunctionType::get(F.getFunctionType()->getReturnType(), false);
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 642 Function::Create(FunctionType::get(IRB.getInt32Ty(), false),
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp 146 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C),
lib/Target/X86/X86RetpolineThunks.cpp 200 auto Type = FunctionType::get(Type::getVoidTy(Ctx), false);
lib/Transforms/IPO/LowerTypeTests.cpp 1252 FunctionType::get(Type::getVoidTy(M.getContext()),
1489 Function::Create(FunctionType::get(Type::getVoidTy(M.getContext()),
1903 FunctionType::get(Type::getVoidTy(M.getContext()), false),
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp 142 FunctionType::get(Type::getVoidTy(M.getContext()), false);
lib/Transforms/Instrumentation/AddressSanitizer.cpp 2032 Function::Create(FunctionType::get(Type::getVoidTy(*C), false),
2530 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 586 GetArgTLSTy = FunctionType::get(PointerType::getUnqual(ArgTLSTy), false);
593 GetRetvalTLSTy = FunctionType::get(PointerType::getUnqual(ShadowTy), false);
lib/Transforms/Instrumentation/GCOVProfiling.cpp 854 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
866 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
931 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
936 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
942 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
1191 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
lib/Transforms/Instrumentation/InstrProfiling.cpp 949 auto *RegisterFTy = FunctionType::get(VoidTy, false);
997 auto *User = Function::Create(FunctionType::get(Int32Ty, false),
1034 auto *F = Function::Create(FunctionType::get(VoidTy, false),
lib/Transforms/Instrumentation/MemorySanitizer.cpp 836 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 443 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
lib/Transforms/ObjCARC/ObjCARCContract.cpp 495 InlineAsm::get(FunctionType::get(Type::getVoidTy(Inst->getContext()),
lib/Transforms/Scalar/PlaceSafepoints.cpp 634 FunctionType::get(Type::getVoidTy(M->getContext()), false) &&
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 1899 "__tmp_use", FunctionType::get(Type::getVoidTy(M->getContext()), true));
lib/Transforms/Utils/EscapeEnumerator.cpp 26 FunctionType::get(Type::getInt32Ty(C), true));
lib/Transforms/Utils/ModuleUtils.cpp 25 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
129 FunctionType::get(Type::getVoidTy(M.getContext()), false),
lib/Transforms/Utils/SanitizerStats.cpp 94 auto F = Function::Create(FunctionType::get(VoidTy, false),
tools/clang/lib/CodeGen/CGBlocks.cpp 1445 auto *Init = llvm::Function::Create(llvm::FunctionType::get(CGM.VoidTy,
tools/clang/lib/CodeGen/CGBuiltin.cpp 6017 llvm::FunctionType::get(VoidTy, /*Variadic=*/false);
10146 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy,
12314 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
tools/clang/lib/CodeGen/CGCall.cpp 4432 auto *FnType = llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
tools/clang/lib/CodeGen/CGClass.cpp 2491 llvm::FunctionType::get(CGM.Int32Ty, /*isVarArg=*/true)
tools/clang/lib/CodeGen/CGDeclCXX.cpp 232 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false);
454 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
542 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
623 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
tools/clang/lib/CodeGen/CGException.cpp 53 llvm::FunctionType::get(VoidTy, /*isVarArg=*/false);
240 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true),
tools/clang/lib/CodeGen/CGObjC.cpp 2174 llvm::FunctionType::get(CGF.VoidTy, /*variadic*/false);
tools/clang/lib/CodeGen/CGObjCGNU.cpp 1522 llvm::FunctionType::get(llvm::Type::getVoidTy(VMContext), false),
1637 auto *Init = llvm::Function::Create(llvm::FunctionType::get(CGM.VoidTy,
3796 llvm::FunctionType::get(llvm::Type::getVoidTy(VMContext), false),
tools/clang/lib/CodeGen/CGObjCMac.cpp 436 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false);
713 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, false),
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 2856 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg*/ false);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 1773 auto *FnTy = llvm::FunctionType::get(CGM.Int8Ty, /*isVarArg=*/false);
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp 506 llvm::FunctionType::get(getIntNType(32), /*isVarArg=*/true)->
tools/clang/lib/CodeGen/CGVTables.cpp 680 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
tools/clang/lib/CodeGen/CodeGenModule.cpp 1154 llvm::FunctionType* CtorFTy = llvm::FunctionType::get(VoidTy, false);
2927 ResolverType = llvm::FunctionType::get(
3049 llvm::Type *ResolverType = llvm::FunctionType::get(
3170 FTy = llvm::FunctionType::get(VoidTy, false);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 1215 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
1304 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false);
1362 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false);
2423 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
2573 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
2637 llvm::FunctionType *InitFnTy = llvm::FunctionType::get(CGM.VoidTy, false);
4030 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 2331 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
tools/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp 248 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false);
269 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false);
tools/polly/lib/CodeGen/LoopGeneratorsGOMP.cpp 202 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), false);
218 FunctionType *Ty = FunctionType::get(Builder.getVoidTy(), false);
tools/polly/lib/CodeGen/RuntimeDebugBuilder.cpp 251 FunctionType *Ty = FunctionType::get(Builder.getInt32Ty(), true);
unittests/Analysis/PhiValuesTest.cpp 29 Function *F = Function::Create(FunctionType::get(VoidTy, false),
96 Function *F = Function::Create(FunctionType::get(VoidTy, 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),
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/Analysis/TBAATest.cpp 35 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), {});
unittests/Analysis/TargetLibraryInfoTest.cpp 65 auto *InvalidFTy = FunctionType::get(StructTy, /*isVarArg=*/false);
unittests/Analysis/VectorUtilsTest.cpp 71 FunctionType::get(Type::getVoidTy(Ctx), /* IsVarArg */ false),
unittests/CodeGen/MachineInstrTest.cpp 156 auto Type = FunctionType::get(Type::getVoidTy(Ctx), false);
unittests/IR/ConstantsTest.cpp 482 FunctionType *FuncType(FunctionType::get(VoidType, false));
unittests/IR/FunctionTest.cpp 126 Function::Create(llvm::FunctionType::get(llvm::Type::getVoidTy(C), false),
143 FunctionType *FuncType(FunctionType::get(VoidType, false));
unittests/IR/IRBuilderTest.cpp 30 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
541 auto CalleeTy = FunctionType::get(Type::getFloatTy(Ctx),
798 auto CalleeTy = FunctionType::get(Type::getVoidTy(Ctx),
unittests/IR/MetadataTest.cpp 348 auto *FTy = FunctionType::get(Type::getVoidTy(Context), false);
376 auto *FTy = FunctionType::get(Type::getVoidTy(Context), false);
407 auto *FTy = FunctionType::get(Type::getVoidTy(Context), false);
unittests/IR/PatternMatch.cpp 43 FunctionType::get(Type::getVoidTy(Ctx), /* IsVarArg */ false),
unittests/IR/UserTest.cpp 123 FunctionType *RetVoidTy = FunctionType::get(Type::getVoidTy(Context), false);
unittests/IR/VerifierTest.cpp 28 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
51 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false);
69 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false);
140 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
176 auto *F = Function::Create(FunctionType::get(Type::getVoidTy(C), false),
unittests/IR/WaymarkTest.cpp 28 FunctionType *FT = FunctionType::get(Type::getVoidTy(Context), true);
unittests/ProfileData/InstrProfTest.cpp 289 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
893 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
unittests/Transforms/Utils/CloningTest.cpp 461 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false);
734 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false);
unittests/Transforms/Utils/LocalTest.cpp 73 Function::Create(FunctionType::get(B.getVoidTy(), false),