Home
last modified time | relevance | path

Searched defs:CopyConfig (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h149 struct CopyConfig { struct
151 Optional<elf::ELFCopyConfig> ELF; argument
154 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 …]
/external/crosvm/devices/src/virtio/vhost/user/
Dmod.rs25 CopyConfig(std::io::Error), enumerator