Searched defs:CopyConfig (Results 1 – 2 of 2) sorted by relevance
149 struct CopyConfig { struct151 Optional<elf::ELFCopyConfig> ELF; argument154 StringRef InputFilename;155 FileFormat InputFormat = FileFormat::Unspecified;156 StringRef OutputFilename;157 FileFormat OutputFormat = FileFormat::Unspecified;160 Optional<MachineInfo> OutputArch;163 StringRef AddGnuDebugLink;165 uint32_t GnuDebugLinkCRC32;166 StringRef BuildIdLinkDir;[all …]
25 CopyConfig(std::io::Error), enumerator