Home
last modified time | relevance | path

Searched refs:getCallee (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp160 .getCallee()); in CtxInstrumentationLowerer()
169 .getCallee()); in CtxInstrumentationLowerer()
178 .getCallee()); in CtxInstrumentationLowerer()
314 Builder.CreateStore(CSIntrinsic->getCallee(), ExpectedCalleeTLSAddr, in lowerFunction()
H A DDataFlowSanitizer.cpp1403 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 DBuildLibCalls.cpp1317 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 DEscapeEnumerator.cpp76 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp300 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 DMainCallChecker.cpp20 const Expr *Callee = CE->getCallee(); in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp234 Ranges.push_back(CallRec.AllocCall->getCallee()->getSourceRange()); in checkASTCodeBody()
240 CallRec.AllocCall->getCallee(), BR.getSourceManager(), ADC); in checkASTCodeBody()
H A DNoReturnFunctionChecker.cpp49 if (const Expr *C = CExpr->getCallee()) in checkPostCall()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp45 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp166 const FunctionDecl *F = getCallee(); in describe()
209 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
H A DInterpFrame.h61 const FunctionDecl *getCallee() const override;
H A DState.cpp147 dyn_cast_if_present<CXXConstructorDecl>(F->getCallee()); in addCallStack()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h430 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 DObjCARC.cpp29 Value *Callee = Func.getCallee(); in createCallInstWithColors()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp256 Function *RewindFn = dyn_cast<Function>(RewindFunction.getCallee()); in InsertUnwindResumeCalls()
299 Function *RewindFn = dyn_cast<Function>(RewindFunction.getCallee()); in InsertUnwindResumeCalls()
H A DPreISelIntrinsicLowering.cpp119 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 DMLInlineAdvisor.h111 Function *getCallee() const { return Callee; } in getCallee() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp262 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 DCallEvent.cpp689 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 DCheckerContext.cpp27 const Expr *Callee = CE->getCallee(); in getCalleeDecl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp89 Function *F = cast<Function>(C.getCallee()); in buildCFICheck()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h72 K = (CE->getCallee()->getType()->getAs<BlockPointerType>()) ? Block in AnyCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp335 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 DWrapperFunctionUtils.h657 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 DHipStdPar.cpp307 F->replaceAllUsesWith(LibcFree.getCallee()); in run()

12345