Lines Matching defs:IFS
51 enum class FileFormat { IFS, ELF, TBD };
157 if (!InputFormat || *InputFormat == FileFormat::IFS) {
161 InputFormat = FileFormat::IFS;
165 "IFS version " +
257 // Write IFS to memory first.
268 // Compare IFS output with the existing IFS file. If unchanged, avoid
274 // Open IFS file for writing.
310 .Case("IFS", FileFormat::IFS)
323 .Case("IFS", FileFormat::IFS)
390 // If input files are more than one, they can only be IFS files.
392 Config.InputFormat = FileFormat::IFS;
541 case FileFormat::IFS: {