Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp54 if (EmulationFn == NULL) in emulate()
56 return EmulationFn(pScript, pConfig); in emulate()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h64 if (!T.EmulationFn) in RegisterEmulation()
65 T.EmulationFn = Fn; in RegisterEmulation()
H A DTarget.h96 EmulationFnTy EmulationFn; variable