Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DModule.cpp118 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
141 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
151 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
170 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
/external/llvm/include/llvm/Analysis/
DCallGraph.h380 CallGraphNode *getOrInsertFunction(const Function *F) { in getOrInsertFunction() function
/external/llvm/lib/Analysis/
DCallGraph.cpp167 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { in getOrInsertFunction() function in CallGraph