HomeSort by: relevance | last modified time | path
    Searched refs:CGGetValuePtr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CallPrinter.cpp 120 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
125 typedef mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>
129 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr);
132 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr);
164 static const CallGraphNode *CGGetValuePtr(CallGraphNode::CallRecord P) {
170 decltype(&CGGetValuePtr)>
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CallGraph.h 476 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
482 mapped_iterator<CallGraph::iterator, decltype(&CGGetValuePtr)>;
485 return nodes_iterator(CG->begin(), &CGGetValuePtr);
489 return nodes_iterator(CG->end(), &CGGetValuePtr);
503 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
509 mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>;
512 return nodes_iterator(CG->begin(), &CGGetValuePtr);
516 return nodes_iterator(CG->end(), &CGGetValuePtr);

Completed in 41 milliseconds