Home
last modified time | relevance | path

Searched defs:CompressedData (Results 1 – 5 of 5) 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/Object/
H A DOffloadBundle.cpp321 StringRef CompressedData = Blob.substr(CurrentOffset); in decompress() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h670 SmallVector<uint8_t, 128> CompressedData; variable
H A DELFObject.cpp573 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1270 StringRef CompressedData = Blob.substr(HeaderSize); in decompress() local