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

  /external/chromium-trace/catapult/tracing/tracing/mre/
function_handle.py 41 class FunctionHandle(object):
51 return 'FunctionHandle(modules_to_load=[%s], function_name="%s")' % (
87 A new FunctionHandle instance with no hrefs.
106 return FunctionHandle(modules_to_load=new_modules_to_load,
117 return FunctionHandle(modules_to_load=modules_to_load,
137 return FunctionHandle(modules_to_load=modules_to_load,
  /external/llvm/include/llvm/Analysis/
CFLAliasAnalysis.h 81 struct FunctionHandle final : public CallbackVH {
82 FunctionHandle(Function *Fn, CFLAAResult *Result)
108 std::forward_list<FunctionHandle> Handles;

Completed in 39 milliseconds