OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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