Home
last modified time | relevance | path

Searched defs:ChType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp40 auto ChType = Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word) in consumeCompressedHeader() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp852 maybeWriteCompression(uint32_t ChType,uint64_t Size,SmallVectorImpl<uint8_t> & CompressedContents,Align Alignment) maybeWriteCompression() argument
897 uint32_t ChType; writeSectionData() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h546 uint32_t ChType = 0; global() variable
H A DELFObject.cpp557 CompressedSection(ArrayRef<uint8_t> CompressedData,uint32_t ChType,uint64_t DecompressedSize,uint64_t DecompressedAlign) CompressedSection() argument