Searched defs:emulate (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp55 /// emulate - given MCLinker default values for the other aspects of the
57 bool Target::emulate(LinkerScript& pScript, LinkerConfig& pConfig) const function in class:Target
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp45 /// emulate - To set up target-dependent options and default linker script.
47 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) function in class:Linker
377 return m_pTarget->emulate(pScript, *m_pConfig);

Completed in 132 milliseconds