Searched defs:getCalledFunction (Results 1 – 5 of 5) sorted by relevance
220 Function *getCalledFunction() const { in getCalledFunction() function
53 auto getCalledFunction = [&CallesNames](const CallBase *Call) { in findCalles() local
560 static const Function *getCalledFunction(const MachineInstr &MI) { in getCalledFunction() function
159 static const Function *getCalledFunction(const Value *V) { in getCalledFunction() function
494 Function *CallBase::getCalledFunction() const { in getCalledFunction() function in llvm::sandboxir::CallBase