Searched refs:emulate (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DLinker.h35 /// emulate - To set up target-dependent options and default linker script.
36 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig);
/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/unittests/
H A DLinkerTest.cpp54 linker.emulate(script, config);
89 linker.emulate(script, config);
147 linker.emulate(script1, config1);
197 linker.emulate(script2, config2);
245 linker.emulate(script1, config1);
300 linker.emulate(script2, config2);
345 linker.emulate(script, config);
/frameworks/compile/mclinker/include/mcld/Support/
H A DTarget.h77 /// emulate - given MCLinker default values for the other aspects of the
79 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig) const;
/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);
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp1042 if (!linker_.emulate(script_, config_)) {
1043 mcld::errs() << "Failed to emulate target!\n";

Completed in 2365 milliseconds