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

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

Completed in 58 milliseconds