Searched refs:SymbolsToKeepGlobal (Results 1 – 3 of 3) sorted by relevance
234 NameMatcher SymbolsToKeepGlobal; member
575 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getCOFFConfig()596 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() || in getMachOConfig()620 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getWasmConfig()934 if (Error E = Config.SymbolsToKeepGlobal.addMatcher(NameOrPattern::create( in parseObjcopyOptions()938 if (Error E = addSymbolsFromFile(Config.SymbolsToKeepGlobal, DC.Alloc, in parseObjcopyOptions()
272 if (!Config.SymbolsToKeepGlobal.empty() && in updateAndRemoveSymbols()273 !Config.SymbolsToKeepGlobal.matches(Sym.Name) && in updateAndRemoveSymbols()