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
54
if (
EmulationFn
== NULL)
56
return
EmulationFn
(pScript, pConfig);
/frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h
64
if (!T.
EmulationFn
)
65
T.
EmulationFn
= Fn;
Target.h
96
EmulationFnTy
EmulationFn
;
Completed in 99 milliseconds