Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp135 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(CompressedSection &) { in visit() argument
568 CompressedSection::CompressedSection(const SectionBase &Sec, in CompressedSection() function in llvm::objcopy::elf::CompressedSection
600 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() function in llvm::objcopy::elf::CompressedSection
H A DObject.h44 class CompressedSection; variable