Home
last modified time | relevance | path

Searched refs:IHex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp122 case FileFormat::IHex: in executeObjcopyOnRawBinary()
152 Config.InputFormat == FileFormat::IHex) { in executeObjcopy()
H A DObjcopyOptions.cpp684 .Case("ihex", FileFormat::IHex) in parseObjcopyOptions()
748 .Case("ihex", FileFormat::IHex) in parseObjcopyOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h28 enum class FileFormat { Unspecified, ELF, Binary, IHex, SREC }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp184 case FileFormat::IHex: in createWriter()