Searched defs:CommonConfig (Results 1 – 2 of 2) sorted by relevance
145 struct CommonConfig { struct147 StringRef InputFilename;148 FileFormat InputFormat = FileFormat::Unspecified;149 StringRef OutputFilename;150 FileFormat OutputFormat = FileFormat::Unspecified;153 Optional<MachineInfo> OutputArch;156 StringRef AddGnuDebugLink;158 uint32_t GnuDebugLinkCRC32;159 Optional<StringRef> ExtractPartition;160 StringRef SplitDWO;[all …]
83 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()