/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOCtxProfLowering.cpp | 160 .getCallee()); in CtxInstrumentationLowerer() 169 .getCallee()); in CtxInstrumentationLowerer() 178 .getCallee()); in CtxInstrumentationLowerer() 314 Builder.CreateStore(CSIntrinsic->getCallee(), ExpectedCalleeTLSAddr, in lowerFunction()
|
H A D | DataFlowSanitizer.cpp | 1403 DFSanUnionLoadFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() 1405 DFSanLoadLabelAndOriginFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() 1407 DFSanUnimplementedFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() 1409 DFSanWrapperExternWeakNullFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() 1411 DFSanSetLabelFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() 1413 DFSanNonzeroLabelFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() 1415 DFSanVarargWrapperFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() 1417 DFSanLoadCallbackFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() 1419 DFSanStoreCallbackFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() 1421 DFSanMemTransferCallbackFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1317 Function *F = cast<Function>(C.getCallee()); in getOrInsertLibFunc() 1463 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitLibCall() 1547 dyn_cast<Function>(MemCpy.getCallee()->stripPointerCasts())) in emitMemCpyChk() 1723 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitUnaryFloatFnCallHelper() 1773 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitBinaryFloatFnCallHelper() 1824 dyn_cast<Function>(PutChar.getCallee()->stripPointerCasts())) in emitPutChar() 1842 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS() 1862 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutC() 1882 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutS() 1906 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFWrite() [all …]
|
H A D | EscapeEnumerator.cpp | 76 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 300 cast<Function>(CxxLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord() 355 cast<Function>(SehLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord() 465 OptionalArgs.push_back(CxxLongjmpUnwind.getCallee()); in rewriteSetJmpCall() 469 OptionalArgs.push_back(SehLongjmpUnwind.getCallee()); in rewriteSetJmpCall() 755 SetJmp3.getCallee()->stripPointerCasts()) in addStateStores()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/ |
H A D | MainCallChecker.cpp | 20 const Expr *Callee = CE->getCallee(); in checkPreStmt()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocSizeofChecker.cpp | 234 Ranges.push_back(CallRec.AllocCall->getCallee()->getSourceRange()); in checkASTCodeBody() 240 CallRec.AllocCall->getCallee(), BR.getSourceManager(), ADC); in checkASTCodeBody()
|
H A D | NoReturnFunctionChecker.cpp | 49 if (const Expr *C = CExpr->getCallee()) in checkPostCall()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCCalls.cpp | 45 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 166 const FunctionDecl *F = getCallee(); in describe() 209 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
|
H A D | InterpFrame.h | 61 const FunctionDecl *getCallee() const override;
|
H A D | State.cpp | 147 dyn_cast_if_present<CXXConstructorDecl>(F->getCallee()); in addCallStack()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 430 const ExecutorAddr &getCallee() const { return FnAddr; } 489 WFC.getCallee(), WFC.getArgData()); in serialize() 494 OB, WFC.getCallee(), WFC.getArgData()); in deserialize() 426 const ExecutorAddr &getCallee() const { return FnAddr; } getCallee() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.cpp | 29 Value *Callee = Func.getCallee(); in createCallInstWithColors()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 256 Function *RewindFn = dyn_cast<Function>(RewindFunction.getCallee()); in InsertUnwindResumeCalls() 299 Function *RewindFn = dyn_cast<Function>(RewindFunction.getCallee()); in InsertUnwindResumeCalls()
|
H A D | PreISelIntrinsicLowering.cpp | 119 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall() 140 U.set(FCache.getCallee()); in lowerObjCCall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MLInlineAdvisor.h | 111 Function *getCallee() const { return Callee; } in getCallee() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 262 dtor.getCallee()->stripPointerCastsAndAliases())) in createAtExitStub() 315 Dtor.getCallee()->stripPointerCastsAndAliases())) in createTLSAtExitStub() 360 if (llvm::Function *atexitFn = dyn_cast<llvm::Function>(atexit.getCallee())) in registerGlobalDtorWithAtExit() 387 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit() 996 DtorFn.getCallee(), nullptr); in EmitCXXGlobalCleanUpFunc()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 689 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl() 701 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl() 865 if (const auto *ME = dyn_cast<MemberExpr>(getOriginExpr()->getCallee())) in getRuntimeDefinition() 877 const Expr *Callee = getOriginExpr()->getCallee(); in getBlockRegion() 1418 } else if (CE->getCallee()->getType()->isBlockPointerType()) { in getSimpleCall()
|
H A D | CheckerContext.cpp | 27 const Expr *Callee = CE->getCallee(); in getCalleeDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 89 Function *F = cast<Function>(C.getCallee()); in buildCFICheck()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 72 K = (CE->getCallee()->getType()->getAs<BlockPointerType>()) ? Block in AnyCall()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 335 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in CreateMalloc() 367 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in CreateFree() 770 {ActualCallee.getCallee()->getType()}); in CreateGCStatepointCallCommon() 773 *Builder, ID, NumPatchBytes, ActualCallee.getCallee(), Flags, CallArgs); in CreateGCStatepointCallCommon() 825 {ActualInvokee.getCallee()->getType()}); in CreateGCStatepointInvokeCommon() 828 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualInvokee.getCallee(), in CreateGCStatepointInvokeCommon()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 657 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function 716 return SPSWrapperFunctionCall::AsArgList::size(WFC.getCallee(), in size() 721 return SPSWrapperFunctionCall::AsArgList::serialize(OB, WFC.getCallee(), in serialize()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 307 F->replaceAllUsesWith(LibcFree.getCallee()); in run()
|