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

  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 271 static Function &lookupFunction(Module &M, StringRef Name) {
296 LazyCallGraph::Node &A = CG.get(lookupFunction(*M, "a"));
297 LazyCallGraph::Node &B = CG.get(lookupFunction(*M, "b"));
301 CG.insertEdge(B, lookupFunction(*M, "c"));
364 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a"));
365 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b"));
366 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c"));
367 LazyCallGraph::Node &D = *CG.lookup(lookupFunction(*M, "d"));
368 LazyCallGraph::Node &E = *CG.lookup(lookupFunction(*M, "e"));
404 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a"))
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 90 static ExFunc lookupFunction(const Function *F) {
256 if (ExFunc Fn = (FI == ExportedFunctions->end()) ? lookupFunction(F)

Completed in 55 milliseconds