Home
last modified time | relevance | path

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

/freebsd/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
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.h211 FileFormat InputFormat = FileFormat::Unspecified; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp769 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp268 if (const auto InputFormat = FIF.getKind().getFormat(); in PrepareToExecuteAction() local