Home
last modified time | relevance | path

Searched refs:EmulationFnTy (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DTarget.h51 typedef bool (*EmulationFnTy)(LinkerScript&, LinkerConfig&); typedef
96 EmulationFnTy EmulationFn;
DTargetRegistry.h63 mcld::Target::EmulationFnTy Fn) { in RegisterEmulation()