Searched refs:lookupFunction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp271 static Function &lookupFunction(Module &M, StringRef Name) { function in namespace:__anon25631
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(*
[all...]
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp90 static ExFunc lookupFunction(const Function *F) { function
256 if (ExFunc Fn = (FI == ExportedFunctions->end()) ? lookupFunction(F)

Completed in 904 milliseconds