Searched defs:CompressedData (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | OutputSections.h | 24 struct CompressedData { struct |
/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.h | 666 SmallVector<uint8_t, 128> CompressedData; global() variable |
H A D | ELFObject.cpp | 576 CompressedSection(ArrayRef<uint8_t> CompressedData,uint32_t ChType,uint64_t DecompressedSize,uint64_t DecompressedAlign) CompressedSection() argument |
/llvm-project/clang/lib/Driver/ | ||
H A D | OffloadBundler.cpp | 1128 StringRef CompressedData = Blob.substr(CurrentOffset); decompress() local |