Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DInputSection.cpp58 file(file), content_(data.data()), size(data.size()) { in InputSectionBase()
112 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(sec.content_); in decompressAux()
113 auto compressed = ArrayRef<uint8_t>(sec.content_, sec.compressedSize) in decompressAux()
131 content_ = uncompressedBuf; in decompress()
1106 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(content_); in writeTo()
1107 auto compressed = ArrayRef<uint8_t>(content_, compressedSize) in writeTo()
H A DInputSection.h158 mutable const uint8_t *content_; variable
169 return ArrayRef<uint8_t>(content_, size); in content()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp742 sec->content_ = p; in riscvFinalizeRelax()