Searched defs:CommonConfig (Results 1 – 3 of 3) sorted by relevance
195 struct CommonConfig { struct197 StringRef InputFilename;198 FileFormat InputFormat = FileFormat::Unspecified;199 StringRef OutputFilename;200 FileFormat OutputFormat = FileFormat::Unspecified;203 std::optional<MachineInfo> OutputArch;206 StringRef AddGnuDebugLink;208 uint32_t GnuDebugLinkCRC32;209 std::optional<StringRef> ExtractPartition;210 uint8_t GapFill = 0;[all …]
103 const CommonConfig &CommonConfig = Config.getCommonConfig(); executeObjcopyOnArchive() local
86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols() argument