|
reference, declaration → definition
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/CodeGen/PreISelIntrinsicLowering.cpp 69 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) {
lib/CodeGen/WasmEHPrepare.cpp 251 if (Function *F = dyn_cast<Function>(CallPersonalityF.getCallee()))
lib/IR/Function.cpp 1099 .getCallee());
lib/IR/Instructions.cpp 594 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) {
680 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee()))
lib/Target/AArch64/AArch64ISelLowering.cpp12296 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) {
lib/Target/AMDGPU/AMDGPULibCalls.cpp 226 if (Function *F = dyn_cast<Function>(Callee.getCallee()))
235 if (Function *F = dyn_cast<Function>(Callee.getCallee()))
lib/Target/ARM/ARMISelLowering.cpp16547 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee()))
lib/Target/X86/X86ISelLowering.cpp 2329 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) {
lib/Target/X86/X86WinEHState.cpp 304 cast<Function>(CxxLongjmpUnwind.getCallee()->stripPointerCasts())
360 cast<Function>(SehLongjmpUnwind.getCallee()->stripPointerCasts())
475 OptionalArgs.push_back(CxxLongjmpUnwind.getCallee());
479 OptionalArgs.push_back(SehLongjmpUnwind.getCallee());
770 SetJmp3.getCallee()->stripPointerCasts())
lib/Transforms/IPO/CrossDSOCFI.cpp 107 Function *F = cast<Function>(C.getCallee());
lib/Transforms/IPO/WholeProgramDevirt.cpp 1698 .getCallee());
1745 .getCallee());
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 684 Function *F = dyn_cast<Function>(C.getCallee());
709 return cast<Constant>(C.getCallee());
786 &i != DFSanUnionFn.getCallee()->stripPointerCasts() &&
787 &i != DFSanCheckedUnionFn.getCallee()->stripPointerCasts() &&
788 &i != DFSanUnionLoadFn.getCallee()->stripPointerCasts() &&
789 &i != DFSanUnimplementedFn.getCallee()->stripPointerCasts() &&
790 &i != DFSanSetLabelFn.getCallee()->stripPointerCasts() &&
791 &i != DFSanNonzeroLabelFn.getCallee()->stripPointerCasts() &&
792 &i != DFSanVarargWrapperFn.getCallee()->stripPointerCasts())
1544 if (F == DFSF.DFS.DFSanVarargWrapperFn.getCallee()->stripPointerCasts())
1579 if (Function *CustomFn = dyn_cast<Function>(CustomF.getCallee())) {
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp 1488 IRB.CreateBitCast(UnwindGetGR.getCallee(), Int8PtrTy),
1489 IRB.CreateBitCast(UnwindGetCFA.getCallee(), Int8PtrTy)});
lib/Transforms/ObjCARC/ObjCARCContract.cpp 339 return createCallInst(Func.getFunctionType(), Func.getCallee(), Args, NameStr,
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 1480 .getCallee();
lib/Transforms/Utils/BuildLibCalls.cpp 842 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts()))
924 dyn_cast<Function>(MemCpy.getCallee()->stripPointerCasts()))
1059 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts()))
1101 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts()))
1147 dyn_cast<Function>(PutChar.getCallee()->stripPointerCasts()))
1164 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts()))
1185 dyn_cast<Function>(F.getCallee()->stripPointerCasts()))
1205 dyn_cast<Function>(F.getCallee()->stripPointerCasts()))
1224 dyn_cast<Function>(F.getCallee()->stripPointerCasts()))
1243 dyn_cast<Function>(F.getCallee()->stripPointerCasts()))
1267 dyn_cast<Function>(F.getCallee()->stripPointerCasts()))
1286 dyn_cast<Function>(Malloc.getCallee()->stripPointerCasts()))
1307 dyn_cast<Function>(Calloc.getCallee()->stripPointerCasts()))
1331 dyn_cast<Function>(F.getCallee()->stripPointerCasts()))
1350 dyn_cast<Function>(F.getCallee()->stripPointerCasts()))
1370 dyn_cast<Function>(F.getCallee()->stripPointerCasts()))
1393 dyn_cast<Function>(F.getCallee()->stripPointerCasts()))
lib/Transforms/Utils/EscapeEnumerator.cpp 72 F.setPersonalityFn(cast<Constant>(PersFn.getCallee()));
lib/Transforms/Utils/ModuleUtils.cpp 181 .getCallee());
lib/Transforms/Utils/PredicateInfo.cpp 527 .getCallee());
tools/bugpoint/Miscompilation.cpp 836 &*F != resolverFunc.getCallee() &&
tools/clang/lib/CodeGen/CGBlocks.cpp 2991 *this, cast<llvm::Constant>(BlockObjectDispose.getCallee()));
3004 *this, cast<llvm::Constant>(BlockObjectAssign.getCallee()));
tools/clang/lib/CodeGen/CGBuiltin.cpp10150 cast<llvm::GlobalValue>(Func.getCallee())->setDSOLocal(true);
10151 cast<llvm::GlobalValue>(Func.getCallee())
tools/clang/lib/CodeGen/CGCall.cpp 3702 callee, args, getBundlesForFunclet(callee.getCallee()), name);
3711 getBundlesForFunclet(callee.getCallee());
3754 getBundlesForFunclet(Callee.getCallee());
tools/clang/lib/CodeGen/CGCall.h 141 return CGCallee(abstractInfo, functionPtr.getCallee());
tools/clang/lib/CodeGen/CGDeclCXX.cpp 252 dtor.getCallee()->stripPointerCastsAndAliases()))
277 if (llvm::Function *atexitFn = dyn_cast<llvm::Function>(atexit.getCallee()))
tools/clang/lib/CodeGen/CGException.cpp 252 return llvm::ConstantExpr::getBitCast(cast<llvm::Constant>(Fn.getCallee()),
347 if (Fn->getType() != CXXFn.getCallee()->getType())
350 Fn->replaceAllUsesWith(CXXFn.getCallee());
tools/clang/lib/CodeGen/CGExpr.cpp 3155 cast<llvm::GlobalValue>(SlowPathFn.getCallee()->stripPointerCasts()));
tools/clang/lib/CodeGen/CGObjC.cpp 1977 setARCRuntimeFunctionLinkage(CGM, RTF.getCallee());
2094 if (llvm::Function *f = dyn_cast<llvm::Function>(fn.getCallee()))
2643 if (llvm::Function *f = dyn_cast<llvm::Function>(fn.getCallee()))
3740 cast<llvm::Function>(CFLinkCheckFuncRef.getCallee()->stripPointerCasts());
tools/clang/lib/CodeGen/CGObjCGNU.cpp 768 if (auto *LookupFn2 = dyn_cast<llvm::Function>(LookupFn.getCallee()))
2702 .getCallee();
2709 .getCallee();
2713 .getCallee();
tools/clang/lib/CodeGen/CGObjCMac.cpp 745 cast<llvm::Function>(F.getCallee())->setLinkage(
2214 CGF.Builder.CreateBitCast(Fn.getCallee(), MSI.MessengerType));
7183 values.add(cast<llvm::Constant>(fn.getCallee()));
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 1786 if (auto *F = dyn_cast<llvm::Function>(RTLFn.getCallee())) {
2224 if (auto *F = dyn_cast<llvm::Function>(RTLFn.getCallee())) {
10914 if (auto *Fn = dyn_cast<llvm::Function>(Callee.getCallee())) {
tools/clang/lib/CodeGen/CGVTables.cpp 426 CGM.ConstructAttributeList(Callee.getCallee()->getName(), *CurFnInfo, GD,
682 CGM.CreateRuntimeFunction(fnTy, name).getCallee());
tools/clang/lib/CodeGen/CodeGenModule.h 978 .getCallee());
1025 CXXGlobalDtors.emplace_back(DtorFn.getFunctionType(), DtorFn.getCallee(),
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 2391 if (llvm::Function *fn = dyn_cast<llvm::Function>(atexit.getCallee()))
2402 cast<llvm::Constant>(dtor.getCallee()), dtorTy),
4316 cast<llvm::Function>(fnRef.getCallee()->stripPointerCasts());
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 740 if (auto *Fn = dyn_cast<llvm::Function>(Throw.getCallee()))
2270 dyn_cast<llvm::Function>(TLRegDtor.getCallee()))
tools/lli/lli.cpp 622 dyn_cast<Function>(Exit.getCallee()->stripPointerCasts())) {
unittests/Analysis/TargetLibraryInfoTest.cpp 70 M->getOrInsertFunction(TLI.getName(LF), InvalidFTy).getCallee());
unittests/ProfileData/SampleProfTest.cpp 289 auto Fcn = cast<Function>(Inserted.getCallee());