HomeSort by relevance Sort by last modified time
    Searched refs:getLDConfig (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/libbcc/lib/Support/
TargetLinkerConfigs.cpp 42 getLDConfig()->targets().setEndian(mcld::TargetOptions::Little);
43 getLDConfig()->targets().setBitClass(32);
46 getLDConfig()->attribute().constraint().enableWholeArchive();
47 getLDConfig()->attribute().constraint().disableAsNeeded();
48 getLDConfig()->attribute().constraint().setSharedSystem();
51 getLDConfig()->attribute().predefined().unsetWholeArchive();
52 getLDConfig()->attribute().predefined().setDynamic();
55 if (getLDConfig()->options().sysroot().empty()) {
56 getLDConfig()->options().setSysroot(gDefaultSysroot);
59 if (!getLDConfig()->options().hasDyld())
    [all...]
  /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();
47 if (getLDConfig()->options().sysroot().empty()) {
48 getLDConfig()->options().setSysroot(gDefaultSysroot);
51 if (!getLDConfig()->options().hasDyld())
    [all...]
  /frameworks/compile/libbcc/include/bcc/Support/
LinkerConfig.h 81 inline mcld::LinkerConfig* getLDConfig()
84 inline const mcld::LinkerConfig* getLDConfig() const
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h 74 inline mcld::LinkerConfig* getLDConfig()
77 inline const mcld::LinkerConfig* getLDConfig() const
  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 98 mLDConfig = pConfig.getLDConfig();
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 91 mLDConfig = pConfig.getLDConfig();

Completed in 202 milliseconds