Searched defs:getOrInsertFunction (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp143 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty, function in class:Module
167 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty) { function in class:Module
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h404 CallGraphNode *getOrInsertFunction(const Function *F) { function in class:CallGraphWrapperPass
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp187 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { function in class:CallGraph
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h365 FunctionCallee getOrInsertFunction(StringRef Name, function in class:llvm::Module
376 FunctionCallee getOrInsertFunction(StringRef Name, Type *RetTy, function in class:llvm::Module

Completed in 71 milliseconds