HomeSort by relevance Sort by last modified time
    Searched defs:getOrInsertFunction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 54 ExternalCallingNode = getOrInsertFunction(0);
115 CallGraphNode *Node = getOrInsertFunction(F);
147 Node->addCalledFunction(CS, getOrInsertFunction(Callee));
243 // getOrInsertFunction - This method is identical to calling operator[], but
246 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) {
  /external/llvm/lib/VMCore/
Module.cpp 134 // getOrInsertFunction - Look up the specified function in the module symbol
139 Constant *Module::getOrInsertFunction(StringRef Name,
158 Constant *NewF = getOrInsertFunction(Name, Ty);
189 Constant *Module::getOrInsertFunction(StringRef Name,
191 return getOrInsertFunction(Name, Ty, AttrListPtr());
194 // getOrInsertFunction - Look up the specified function in the module symbol
199 Constant *Module::getOrInsertFunction(StringRef Name,
212 // Build the function type and chain to the other getOrInsertFunction...
213 return getOrInsertFunction(Name,
218 Constant *Module::getOrInsertFunction(StringRef Name
    [all...]

Completed in 47 milliseconds