Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/tools/llvm-remarkutil/
HDRemarkConvert.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()
HDRemarkCount.cpp61 auto MaybeParser = createRemarkParser(InputFormat, (*MaybeBuf)->getBuffer()); in tryInstructionCount()
112 auto MaybeParser = createRemarkParser(InputFormat, (*MaybeBuf)->getBuffer()); in tryAnnotationCount()
HDRemarkUtilHelpers.h35 static cl::opt<Format> InputFormat( \
HDRemarkCounter.cpp144 auto MaybeParser = createRemarkParser(InputFormat, Buffer); in getAllMatchingArgumentsInRemark()
282 auto MaybeParser = createRemarkParser(InputFormat, Buffer); in useCollectRemark()
HDRemarkSizeDiff.cpp295 createRemarkParserFromMeta(InputFormat, (*MaybeBuf)->getBuffer()); in readFileAndProcessRemarks()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDllvm-objcopy.cpp151 if (Config.InputFormat == FileFormat::Binary || in executeObjcopy()
152 Config.InputFormat == FileFormat::IHex) { in executeObjcopy()
159 if (Config.InputFormat == FileFormat::Binary) in executeObjcopy()
HDObjcopyOptions.cpp670 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local
672 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions()
675 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target); in parseObjcopyOptions()
682 Config.InputFormat = StringSwitch<FileFormat>(InputFormat) in parseObjcopyOptions()
753 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()
1497 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h198 FileFormat InputFormat = FileFormat::Unspecified; member