Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h24 struct CompressedData { struct
25 std::unique_ptr<SmallVector<uint8_t, 0>[]> shards;
26 uint32_t type = 0;
27 uint32_t numShards = 0;
28 uint32_t checksum = 0;
29 uint64_t uncompressedSize;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h666 SmallVector<uint8_t, 128> CompressedData; variable
H A DELFObject.cpp576 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1128 StringRef CompressedData = Blob.substr(CurrentOffset); in decompress() local