Searched refs:AllocSectionsPrefix (Results 1 – 4 of 4) sorted by relevance
19 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getCOFFConfig()39 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getMachOConfig()62 !Common.AllocSectionsPrefix.empty() || in getWasmConfig()83 !Common.AllocSectionsPrefix.empty() || in getXCOFFConfig()
215 StringRef AllocSectionsPrefix; member
843 if (!Config.AllocSectionsPrefix.empty()) { in handleArgs()847 Sec.Name = (Config.AllocSectionsPrefix + Sec.Name).str(); in handleArgs()866 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix + in handleArgs()
835 Config.AllocSectionsPrefix = in parseObjcopyOptions()