Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/unittests/Remarks/
H A DRemarksLinkingTest.cpp43 static void check(remarks::Format InputFormat, StringRef Input, in check()
53 static void check(remarks::Format InputFormat, StringRef Input, in check()
/llvm-project/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp85 std::optional<FileFormat> InputFormat; global() member
131 readInputFile(std::optional<FileFormat> & InputFormat,StringRef FilePath) readInputFile() argument
[all...]
/llvm-project/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp215 Format InputFormat = Rc; global() member
/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h198 FileFormat InputFormat = FileFormat::Unspecified; global() member
/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp670 StringRef InputFormat, OutputFormat; parseObjcopyOptions() local