Home
last modified time | relevance | path

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

/freebsd/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()
160 RelocsCrel<ELFT::Is64Bits> entries(sec->content_); in relsOrRelas()
163 sec->content_ = reinterpret_cast<uint8_t *>(relas); in relsOrRelas()
171 reinterpret_cast<const typename ELFT::Rela *>(relSec->content_), in relsOrRelas()
1236 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(content_); in writeTo()
1237 auto compressed = ArrayRef<uint8_t>(content_, compressedSize) in writeTo()
H A DInputSection.h197 mutable const uint8_t *content_; variable
208 return ArrayRef<uint8_t>(content_, size); in content()
H A DOutputSections.cpp691 RelocsCrel<is64> entries(relSec->content_); in finalizeNonAllocCrel()
H A DWriter.cpp411 for (Elf_Crel_Impl<true> r : RelocsCrel<true>(isec->content_)) { in markUsedLocalSymbols()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp857 sec->content_ = p; in finalizeRelax()
H A DRISCV.cpp953 sec->content_ = p; in finalizeRelax()