Searched defs:InputFormat (Results 1 – 5 of 5) sorted by relevance
54 static constexpr Format InputFormat = Format::YAML; variable62 static constexpr Format InputFormat = Format::Bitstream; variable69 static cl::opt<Format> InputFormat( variable
92 std::optional<FileFormat> InputFormat; member138 readInputFile(std::optional<FileFormat> &InputFormat, StringRef FilePath) { in readInputFile()
204 FileFormat InputFormat = FileFormat::Unspecified; member
217 Format InputFormat = Rc; member
645 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local