Lines Matching defs:ELF
12 #include "llvm/BinaryFormat/ELF.h"
51 enum class FileFormat { IFS, ELF, TBD };
145 if (!InputFormat || *InputFormat == FileFormat::ELF) {
149 InputFormat = FileFormat::ELF;
254 /// writeIFS() writes a Text-Based ELF stub to a file using the latest version
311 .Case("ELF", FileFormat::ELF)
324 .Case("ELF", FileFormat::ELF)
331 uint16_t eMachine = ELF::convertArchNameToEMachine(A->getValue());
332 if (eMachine == ELF::EM_NONE) {
543 if (*Config.InputFormat == FileFormat::ELF && Config.HintIfsTarget) {
568 case FileFormat::ELF: {
592 if (*Config.InputFormat == FileFormat::ELF && Config.HintIfsTarget) {