Searched refs:SymbolsToKeepGlobal (Results 1 – 4 of 4) sorted by relevance
22 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() || in getCOFFConfig()42 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() || in getMachOConfig()67 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getWasmConfig()91 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getXCOFFConfig()
235 NameMatcher SymbolsToKeepGlobal; member
337 if (!Config.SymbolsToKeepGlobal.empty() && in updateAndRemoveSymbols()338 !Config.SymbolsToKeepGlobal.matches(Sym.Name) && in updateAndRemoveSymbols()
1016 if (Error E = Config.SymbolsToKeepGlobal.addMatcher(NameOrPattern::create( in parseObjcopyOptions()1020 if (Error E = addSymbolsFromFile(Config.SymbolsToKeepGlobal, DC.Alloc, in parseObjcopyOptions()