Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h397 CallGraphNode *getOrInsertFunction(const Function *F) { in getOrInsertFunction() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h377 FunctionCallee getOrInsertFunction(StringRef Name, in getOrInsertFunction() function
388 FunctionCallee getOrInsertFunction(StringRef Name, Type *RetTy, in getOrInsertFunction() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp175 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { in getOrInsertFunction() function in CallGraph
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp147 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty, in getOrInsertFunction() function in Module
171 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty) { in getOrInsertFunction() function in Module
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp959 FunctionCallee AMDGPULibFunc::getOrInsertFunction(Module *M, in getOrInsertFunction() function in AMDGPULibFunc