Home
last modified time | relevance | path

Searched defs:getCalledFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h220 Function *getCalledFunction() const { in getCalledFunction() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp53 auto getCalledFunction = [&CallesNames](const CallBase *Call) { in findCalles() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp560 static const Function *getCalledFunction(const MachineInstr &MI) { in getCalledFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp159 static const Function *getCalledFunction(const Value *V) { in getCalledFunction() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp494 Function *CallBase::getCalledFunction() const { in getCalledFunction() function in llvm::sandboxir::CallBase