Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkConvert.cpp30 static constexpr Format InputFormat = Format::YAML; variable
38 static constexpr Format InputFormat = Format::Bitstream; variable
/src/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h198 FileFormat InputFormat = FileFormat::Unspecified; member
/src/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp670 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local