Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Remarks/
H A DRemarksLinkingTest.cpp43 static void check(remarks::Format InputFormat, StringRef Input, in check()
50 static void check(remarks::Format InputFormat, StringRef Input, in check()
/llvm-project-15.0.7/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp86 Optional<FileFormat> InputFormat; member
132 readInputFile(Optional<FileFormat> &InputFormat, StringRef FilePath) { in readInputFile()
/llvm-project-15.0.7/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h204 FileFormat InputFormat = FileFormat::Unspecified; member
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp204 Format InputFormat = Rc; member
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp630 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local