Searched refs:SymbolsToKeepGlobal (Results 1 – 4 of 4) sorted by relevance
21 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getCOFFConfig()38 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() || in getMachOConfig()60 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getWasmConfig()82 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getXCOFFConfig()
238 NameMatcher SymbolsToKeepGlobal; member
294 if (!Config.SymbolsToKeepGlobal.empty() && in updateAndRemoveSymbols()295 !Config.SymbolsToKeepGlobal.matches(Sym.Name) && in updateAndRemoveSymbols()
908 if (Error E = Config.SymbolsToKeepGlobal.addMatcher(NameOrPattern::create( in parseObjcopyOptions()912 if (Error E = addSymbolsFromFile(Config.SymbolsToKeepGlobal, DC.Alloc, in parseObjcopyOptions()