Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h397 CallGraphNode *getOrInsertFunction(const Function *F) { in getOrInsertFunction() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h374 FunctionCallee getOrInsertFunction(StringRef Name, in getOrInsertFunction() function
385 FunctionCallee getOrInsertFunction(StringRef Name, Type *RetTy, in getOrInsertFunction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraph.cpp175 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { in getOrInsertFunction() function in CallGraph
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp143 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty, in getOrInsertFunction() function in Module
167 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty) { in getOrInsertFunction() function in Module
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp952 FunctionCallee AMDGPULibFunc::getOrInsertFunction(Module *M, in getOrInsertFunction() function in AMDGPULibFunc