Home
last modified time | relevance | path

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

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