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

  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 24 : M(M), Root(nullptr), ExternalCallingNode(getOrInsertFunction(nullptr)),
53 CallGraphNode *Node = getOrInsertFunction(F);
88 Node->addCalledFunction(CS, getOrInsertFunction(Callee));
141 // getOrInsertFunction - This method is identical to calling operator[], but
144 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 159 CallGraphNode *getOrInsertFunction(const Function *F);
375 CallGraphNode *getOrInsertFunction(const Function *F) {
376 return G->getOrInsertFunction(F);
  /external/llvm/lib/IR/
Module.cpp 92 // getOrInsertFunction - Look up the specified function in the module symbol
97 Constant *Module::getOrInsertFunction(StringRef Name,
120 Constant *Module::getOrInsertFunction(StringRef Name,
122 return getOrInsertFunction(Name, Ty, AttributeSet());
125 // getOrInsertFunction - Look up the specified function in the module symbol
130 Constant *Module::getOrInsertFunction(StringRef Name,
143 // Build the function type and chain to the other getOrInsertFunction...
144 return getOrInsertFunction(Name,
149 Constant *Module::getOrInsertFunction(StringRef Name,
161 // Build the function type and chain to the other getOrInsertFunction..
    [all...]

Completed in 164 milliseconds