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

  /external/clang/lib/Index/
CallGraph.cpp 53 CallGraphNode *CalleeNode = G.getOrInsertFunction(Ent);
59 ExternalCallingNode = getOrInsertFunction(Entity());
80 CallGraphNode *Node = getOrInsertFunction(Ent);
98 CallGraphNode *CallGraph::getOrInsertFunction(Entity F) {
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 54 ExternalCallingNode = getOrInsertFunction(0);
115 CallGraphNode *Node = getOrInsertFunction(F);
154 Node->addCalledFunction(CS, getOrInsertFunction(Callee));
248 // getOrInsertFunction - This method is identical to calling operator[], but
251 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,
192 return getOrInsertFunction(Name, Ty, AttributeList);
195 // getOrInsertFunction - Look up the specified function in the module symbol
200 Constant *Module::getOrInsertFunction(StringRef Name,
213 // Build the function type and chain to the other getOrInsertFunction...
214 return getOrInsertFunction(Name,
219 Constant *Module::getOrInsertFunction(StringRef Name
    [all...]

Completed in 57 milliseconds