Lines Matching full:pconfig
16 static bool MCLDEmulateMipsELF(LinkerConfig& pConfig)
18 if (!MCLDEmulateELF(pConfig))
22 pConfig.targets().setEndian(TargetOptions::Little);
23 pConfig.targets().setBitClass(32);
26 pConfig.attribute().constraint().enableWholeArchive();
27 pConfig.attribute().constraint().enableAsNeeded();
28 pConfig.attribute().constraint().setSharedSystem();
31 pConfig.attribute().predefined().unsetWholeArchive();
32 pConfig.attribute().predefined().unsetAsNeeded();
33 pConfig.attribute().predefined().setDynamic();
40 bool emulateMipsLD(const std::string& pTriple, LinkerConfig& pConfig)
52 return MCLDEmulateMipsELF(pConfig);