HomeSort by relevance Sort by last modified time
    Searched defs:lookupFunction (Results 1 - 5 of 5) 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) {
254 if (ExFunc Fn = (FI == ExportedFunctions->end()) ? lookupFunction(F)
  /frameworks/compile/slang/
slang_rs_export_reduce.cpp 161 clang::FunctionDecl *RSExportReduce::lookupFunction(StateOfAnalyzeTranslationUnit &S,
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 479 milliseconds