Searched defs:CommonConfig (Results 1 – 3 of 3) sorted by relevance
202 struct CommonConfig { struct204 StringRef InputFilename;217 uint8_t GapFill = 0;218 uint64_t PadTo = 0;219 StringRef SplitDWO;220 StringRef SymbolsPrefix;230 NameMatcher KeepSection;232 NameMatcher ToRemove;259 bool StripAll = false;261 bool StripDWO = false;[all …]
104 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()