Searched refs:EmulationFn (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp59 if (NULL == EmulationFn)
61 return EmulationFn(pScript, pConfig);
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h87 if (!T.EmulationFn)
88 T.EmulationFn = Fn;
H A DTarget.h97 EmulationFnTy EmulationFn; member in class:mcld::Target

Completed in 618 milliseconds