Home
last modified time | relevance | path

Searched refs:content_ (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp59 file(file), content_(data.data()), size(data.size()) { in InputSectionBase()
113 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(sec.content_); in decompressAux()
114 auto compressed = ArrayRef<uint8_t>(sec.content_, sec.compressedSize) in decompressAux()
132 content_ = uncompressedBuf; in decompress()
1187 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(content_); in writeTo()
1188 auto compressed = ArrayRef<uint8_t>(content_, compressedSize) in writeTo()
H A DInputSection.h176 mutable const uint8_t *content_; variable
187 return ArrayRef<uint8_t>(content_, size); in content()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp798 sec->content_ = p; in finalizeRelax()
H A DRISCV.cpp953 sec->content_ = p; in finalizeRelax()