Lines Matching refs:SectionChunk

33 SectionChunk::SectionChunk(ObjFile *F, const coff_section *H)  in SectionChunk()  function in lld::coff::SectionChunk
51 void SectionChunk::readRelocTargets() { in readRelocTargets()
59 void SectionChunk::resetRelocTargets() { in resetRelocTargets()
73 static bool checkSecRel(const SectionChunk *Sec, OutputSection *OS) { in checkSecRel()
82 static void applySecRel(const SectionChunk *Sec, uint8_t *Off, in applySecRel()
104 void SectionChunk::applyRelX64(uint8_t *Off, uint16_t Type, OutputSection *OS, in applyRelX64()
124 void SectionChunk::applyRelX86(uint8_t *Off, uint16_t Type, OutputSection *OS, in applyRelX86()
187 void SectionChunk::applyRelARM(uint8_t *Off, uint16_t Type, OutputSection *OS, in applyRelARM()
252 static void applySecRelLow12A(const SectionChunk *Sec, uint8_t *Off, in applySecRelLow12A()
258 static void applySecRelHigh12A(const SectionChunk *Sec, uint8_t *Off, in applySecRelHigh12A()
271 static void applySecRelLdr(const SectionChunk *Sec, uint8_t *Off, in applySecRelLdr()
295 void SectionChunk::applyRelARM64(uint8_t *Off, uint16_t Type, OutputSection *OS, in applyRelARM64()
319 static void maybeReportRelocationToDiscarded(const SectionChunk *FromChunk, in maybeReportRelocationToDiscarded()
345 void SectionChunk::writeTo(uint8_t *Buf) const { in writeTo()
412 void SectionChunk::addAssociative(SectionChunk *Child) { in addAssociative()
445 void SectionChunk::getBaserels(std::vector<Baserel> *Res) { in getBaserels()
543 void SectionChunk::getRuntimePseudoRelocs( in getRuntimePseudoRelocs()
565 bool SectionChunk::hasData() const { in hasData()
569 uint32_t SectionChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
573 bool SectionChunk::isCOMDAT() const { in isCOMDAT()
577 void SectionChunk::printDiscardedMessage() const { in printDiscardedMessage()
584 StringRef SectionChunk::getDebugName() { in getDebugName()
590 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents()
596 void SectionChunk::replace(SectionChunk *Other) { in replace()
602 uint32_t SectionChunk::getSectionNumber() const { in getSectionNumber()
833 void MergeChunk::addSection(SectionChunk *C) { in addSection()
842 for (SectionChunk *C : Sections) in finalizeContents()
849 for (SectionChunk *C : Sections) { in finalizeContents()