Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DModule.cpp138 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
188 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
198 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
217 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction() function in Module
/external/llvm/lib/Analysis/IPA/
DCallGraph.cpp247 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { in getOrInsertFunction() function in CallGraph