Home
last modified time | relevance | path

Searched defs:InputFormat (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-remarkutil/
H A DRemarkUtil.cpp54 static constexpr Format InputFormat = Format::YAML; variable
62 static constexpr Format InputFormat = Format::Bitstream; variable
69 static cl::opt<Format> InputFormat( variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp92 std::optional<FileFormat> InputFormat; member
138 readInputFile(std::optional<FileFormat> &InputFormat, StringRef FilePath) { in readInputFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h204 FileFormat InputFormat = FileFormat::Unspecified; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp217 Format InputFormat = Rc; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp645 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local