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);
150 Node->addCalledFunction(CS, getOrInsertFunction(Callee));
244 // getOrInsertFunction - This method is identical to calling operator[], but
247 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) {
  /external/llvm/lib/IR/
Module.cpp 133 // getOrInsertFunction - Look up the specified function in the module symbol
138 Constant *Module::getOrInsertFunction(StringRef Name,
157 Constant *NewF = getOrInsertFunction(Name, Ty);
188 Constant *Module::getOrInsertFunction(StringRef Name,
190 return getOrInsertFunction(Name, Ty, AttributeSet());
193 // getOrInsertFunction - Look up the specified function in the module symbol
198 Constant *Module::getOrInsertFunction(StringRef Name,
211 // Build the function type and chain to the other getOrInsertFunction...
212 return getOrInsertFunction(Name,
217 Constant *Module::getOrInsertFunction(StringRef Name
    [all...]

Completed in 50 milliseconds