Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h409 CallGraphNode *getOrInsertFunction(const Function *F) { in getOrInsertFunction() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h412 FunctionCallee getOrInsertFunction(StringRef Name, in getOrInsertFunction() function
401 FunctionCallee getOrInsertFunction(StringRef Name, getOrInsertFunction() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp170 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { in getOrInsertFunction() function in CallGraph
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp145 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty, getOrInsertFunction() function in Module
163 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty) { getOrInsertFunction() function in Module
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1023 FunctionCallee AMDGPULibFunc::getOrInsertFunction(Module *M, in getOrInsertFunction() function in AMDGPULibFunc