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

  /frameworks/compile/mclinker/lib/Support/
Target.cpp 54 if (EmulationFn == NULL)
56 return EmulationFn(pScript, pConfig);
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 64 if (!T.EmulationFn)
65 T.EmulationFn = Fn;
Target.h 96 EmulationFnTy EmulationFn;

Completed in 1562 milliseconds