reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
  964     return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(),
  972     return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(),
 1022     return CreateCallBr(Callee.getFunctionType(), Callee.getCallee(),
 1030     return CreateCallBr(Callee.getFunctionType(), Callee.getCallee(),
 2281     return CreateCall(Callee.getFunctionType(), Callee.getCallee(), Args, Name,
 2288     return CreateCall(Callee.getFunctionType(), Callee.getCallee(), Args,
include/llvm/IR/InstrTypes.h
 1334     setCalledFunction(Fn.getFunctionType(), Fn.getCallee());
include/llvm/IR/Instructions.h
 1491     return Create(Func.getFunctionType(), Func.getCallee(), NameStr,
 1499     return Create(Func.getFunctionType(), Func.getCallee(), Args, Bundles,
 1506     return Create(Func.getFunctionType(), Func.getCallee(), Args, NameStr,
 1512     return Create(Func.getFunctionType(), Func.getCallee(), NameStr,
 1518     return Create(Func.getFunctionType(), Func.getCallee(), Args, NameStr,
 1525     return Create(Func.getFunctionType(), Func.getCallee(), Args, Bundles,
 3750     return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
 3759     return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
 3766     return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
 3774     return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
 4017     return Create(Func.getFunctionType(), Func.getCallee(), DefaultDest,
 4027     return Create(Func.getFunctionType(), Func.getCallee(), DefaultDest,
 4035     return Create(Func.getFunctionType(), Func.getCallee(), DefaultDest,
 4045     return Create(Func.getFunctionType(), Func.getCallee(), DefaultDest,
lib/Target/AMDGPU/AMDGPULibCalls.cpp
 1353   Type *PTy = Fsincos.getFunctionType()->getParamType(1);
lib/Transforms/ObjCARC/ObjCARCContract.cpp
  339   return createCallInst(Func.getFunctionType(), Func.getCallee(), Args, NameStr,
tools/clang/lib/CodeGen/CGException.cpp
 1379   llvm::FunctionType *rethrowFnTy = rethrowFn.getFunctionType();
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4513   auto *FnType = OutlinedFn.getFunctionType();
tools/clang/lib/CodeGen/CodeGenModule.h
 1025     CXXGlobalDtors.emplace_back(DtorFn.getFunctionType(), DtorFn.getCallee(),
tools/lli/lli.cpp
  623       if (ExitF->getFunctionType() == Exit.getFunctionType()) {