Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/
H A DOutputSections.h24 struct CompressedData { struct
25 shardsCompressedData global() argument
26 typeCompressedData global() argument
27 numShardsCompressedData global() argument
28 checksumCompressedData global() argument
29 uncompressedSizeCompressedData global() argument
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h666 SmallVector<uint8_t, 128> CompressedData; global() variable
H A DELFObject.cpp576 CompressedSection(ArrayRef<uint8_t> CompressedData,uint32_t ChType,uint64_t DecompressedSize,uint64_t DecompressedAlign) CompressedSection() argument
/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1128 StringRef CompressedData = Blob.substr(CurrentOffset); decompress() local