Home
last modified time | relevance | path

Searched refs:InputFormat (Results 1 – 10 of 10) 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
56 auto MaybeParser = createRemarkParser(InputFormat, (*MaybeBuf)->getBuffer()); in tryParseRemarksFromYAMLFile()
123 auto MaybeParser = createRemarkParser(InputFormat, (*MaybeBuf)->getBuffer()); in tryBitstream2YAML()
H A DRemarkUtil.cpp75 static constexpr Format InputFormat = Format::YAML; global() variable
83 static constexpr Format InputFormat = Format::Bitstream; global() variable
H A DRemarkUtilHelpers.h37 static cl::opt<Format> InputFormat( \
H A DRemarkCounter.cpp132 auto MaybeParser = createRemarkParser(InputFormat, Buffer); in getAllMatchingArgumentsInRemark()
255 auto MaybeParser = createRemarkParser(InputFormat, Buffer); in useCollectRemark()
H A DRemarkInstructionMix.cpp63 auto MaybeParser = createRemarkParser(InputFormat, (*MaybeBuf)->getBuffer()); in INPUT_OUTPUT_COMMAND_LINE_OPTIONS()
H A DRemarkSizeDiff.cpp295 createRemarkParserFromMeta(InputFormat, (*MaybeBuf)->getBuffer()); in readFileAndProcessRemarks()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp137 if (Config.InputFormat == FileFormat::Binary || in executeObjcopy()
138 Config.InputFormat == FileFormat::IHex) { in executeObjcopy()
145 if (Config.InputFormat == FileFormat::Binary) in executeObjcopy()
H A DObjcopyOptions.cpp769 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local
771 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions()
774 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target); in parseObjcopyOptions()
781 Config.InputFormat = StringSwitch<FileFormat>(InputFormat) in parseObjcopyOptions()
852 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()
1628 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h211 FileFormat InputFormat = FileFormat::Unspecified; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp268 if (const auto InputFormat = FIF.getKind().getFormat(); in PrepareToExecuteAction() local
269 InputFormat != InputKind::Format::Source) { in PrepareToExecuteAction()
272 << "module interface compilation" << FIF.getFile() << InputFormat; in PrepareToExecuteAction()