Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DModule.cpp115 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
138 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
148 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
167 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
/external/llvm/include/llvm/Analysis/
DCallGraph.h374 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