OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCodeGenType
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/
LinkerConfig.h
74
void
setCodeGenType
(CodeGenType pType) { m_CodeGenType = pType; }
/frameworks/compile/mclinker/unittests/
LinkerTest.cpp
51
config.
setCodeGenType
(LinkerConfig::DynObj);
91
config.
setCodeGenType
(LinkerConfig::DynObj); ///< --shared
149
config1.
setCodeGenType
(LinkerConfig::DynObj); ///< --shared
199
config2.
setCodeGenType
(LinkerConfig::DynObj); ///< --shared
247
config1.
setCodeGenType
(LinkerConfig::DynObj); ///< --shared
302
config2.
setCodeGenType
(LinkerConfig::DynObj); ///< --shared
347
config.
setCodeGenType
(LinkerConfig::DynObj); ///< --shared
/frameworks/compile/mclinker/tools/mcld/
Main.cpp
486
config_.
setCodeGenType
(mcld::LinkerConfig::DynObj);
489
config_.
setCodeGenType
(mcld::LinkerConfig::Object);
494
config_.
setCodeGenType
(mcld::LinkerConfig::Binary);
497
config_.
setCodeGenType
(mcld::LinkerConfig::Exec);
[
all
...]
Completed in 65 milliseconds