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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.c 178 static void funcinfo (lua_Debug *ar, Closure *cl) { function
221 funcinfo(ar, f);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 517 /// FuncInfo - Information about the function as a whole.
519 FunctionLoweringInfo &FuncInfo;
539 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo,
542 DAG(dag), FuncInfo(funcinfo), OptLevel(ol),

Completed in 461 milliseconds