Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:pConfig

16 static bool MCLDEmulateHexagonELF(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 emulateHexagonLD(const std::string& pTriple, LinkerConfig& pConfig)
52 return MCLDEmulateHexagonELF(pConfig);