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.cpp62 content_(data.data()), size(data.size()) { in InputSectionBase()
122 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(sec.content_); in decompressAux()
123 auto compressed = ArrayRef<uint8_t>(sec.content_, sec.compressedSize) in decompressAux()
135 content_ = buf; in decompress()
163 RelocsCrel<ELFT::Is64Bits> entries(sec->content_); in relsOrRelas()
166 sec->content_ = reinterpret_cast<uint8_t *>(relas); in relsOrRelas()
174 reinterpret_cast<const typename ELFT::Rela *>(relSec->content_), in relsOrRelas()
1306 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(content_); in writeTo()
1307 auto compressed = ArrayRef<uint8_t>(content_, compressedSize) in writeTo()
H A DInputSection.h217 mutable const uint8_t *content_; variable
228 return ArrayRef<uint8_t>(content_, size); in content()
H A DOutputSections.cpp712 RelocsCrel<is64> entries(relSec->content_); in finalizeNonAllocCrel()
H A DWriter.cpp428 for (Elf_Crel_Impl<true> r : RelocsCrel<true>(isec->content_)) { in markUsedLocalSymbols()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp1434 sec->content_ = p; in finalizeRelax()
H A DRISCV.cpp981 sec->content_ = p; in finalizeRelax()