Searched defs:CommonConfig (Results 1 – 3 of 3) sorted by relevance
201 struct CommonConfig { struct203 StringRef InputFilename;216 StringRef SplitDWO;217 StringRef SymbolsPrefix;227 NameMatcher KeepSection;228 NameMatcher OnlySection;229 NameMatcher ToRemove;252 bool ExtractDWO = false;256 bool StripAll = false;258 bool StripDWO = false;[all …]
103 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()