Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DModule.cpp97 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
120 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
130 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
149 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
/external/llvm/include/llvm/Analysis/
DCallGraph.h375 CallGraphNode *getOrInsertFunction(const Function *F) { in getOrInsertFunction() function
/external/llvm/lib/Analysis/IPA/
DCallGraph.cpp144 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { in getOrInsertFunction() function in CallGraph