Home
last modified time | relevance | path

Searched refs:InputFormat (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/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 DRemarkCount.cpp61 auto MaybeParser = createRemarkParser(InputFormat, (*MaybeBuf)->getBuffer()); in tryInstructionCount()
112 auto MaybeParser = createRemarkParser(InputFormat, (*MaybeBuf)->getBuffer()); in tryAnnotationCount()
H A DRemarkUtilHelpers.h35 static cl::opt<Format> InputFormat( \
H A DRemarkCounter.cpp144 auto MaybeParser = createRemarkParser(InputFormat, Buffer); in getAllMatchingArgumentsInRemark()
282 auto MaybeParser = createRemarkParser(InputFormat, Buffer); in useCollectRemark()
H A DRemarkSizeDiff.cpp295 createRemarkParserFromMeta(InputFormat, (*MaybeBuf)->getBuffer()); in readFileAndProcessRemarks()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp150 if (Config.InputFormat == FileFormat::Binary || in executeObjcopy()
151 Config.InputFormat == FileFormat::IHex) { in executeObjcopy()
158 if (Config.InputFormat == FileFormat::Binary) in executeObjcopy()
H A DObjcopyOptions.cpp614 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local
616 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions()
619 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target); in parseObjcopyOptions()
626 Config.InputFormat = StringSwitch<FileFormat>(InputFormat) in parseObjcopyOptions()
695 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()
1341 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h205 FileFormat InputFormat = FileFormat::Unspecified; member