Home
last modified time | relevance | path

Searched defs:CompressedSection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp133 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(CompressedSection &) { in visit() argument
534 CompressedSection::CompressedSection(const SectionBase &Sec, in CompressedSection() function in CompressedSection
549 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() function in CompressedSection
H A DELFObject.h44 class CompressedSection; variable