Searched defs:CommonConfig (Results 1 – 3 of 3) sorted by relevance
201 struct CommonConfig { struct203 StringRef InputFilename;204 FileFormat InputFormat = FileFormat::Unspecified;205 StringRef OutputFilename;206 FileFormat OutputFormat = FileFormat::Unspecified;209 std::optional<MachineInfo> OutputArch;212 StringRef AddGnuDebugLink;214 uint32_t GnuDebugLinkCRC32;215 std::optional<StringRef> ExtractPartition;216 StringRef SplitDWO;[all …]
103 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()