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 59 if (NULL == EmulationFn)
61 return EmulationFn(pScript, pConfig);
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 87 if (!T.EmulationFn)
88 T.EmulationFn = Fn;
Target.h 97 EmulationFnTy EmulationFn;

Completed in 94 milliseconds