OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLDConfig
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/tools/mcld/lib/Support/
TargetLinkerConfigs.cpp
34
getLDConfig
()->targets().setEndian(mcld::TargetOptions::Little);
35
getLDConfig
()->targets().setBitClass(32);
38
getLDConfig
()->attribute().constraint().enableWholeArchive();
39
getLDConfig
()->attribute().constraint().disableAsNeeded();
40
getLDConfig
()->attribute().constraint().setSharedSystem();
43
getLDConfig
()->attribute().predefined().unsetWholeArchive();
44
getLDConfig
()->attribute().predefined().setDynamic();
51
if (!
getLDConfig
()->options().hasDyld()) {
52
getLDConfig
()->options().setDyld(gDefaultDyld);
56
if (
getLDConfig
()->codeGenType() != mcld::LinkerConfig::Object)
[
all
...]
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h
78
inline mcld::LinkerConfig*
getLDConfig
()
81
inline const mcld::LinkerConfig*
getLDConfig
() const
/frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp
91
mLDConfig = pConfig.
getLDConfig
();
Completed in 61 milliseconds