Lines Matching refs:SectionChunk

116   void analyzeSymbolSubsection(SectionChunk *debugChunk,
133 void writeSymbolRecord(SectionChunk *debugChunk,
171 SectionChunk *debugChunk = nullptr;
220 void advanceRelocIndex(SectionChunk *debugChunk, ArrayRef<uint8_t> subsec);
222 void addUnrelocatedSubsection(SectionChunk *debugChunk,
225 void addFrameDataSubsection(SectionChunk *debugChunk,
234 void handleDebugS(SectionChunk *debugChunk);
554 void PDBLinker::writeSymbolRecord(SectionChunk *debugChunk, in writeSymbolRecord()
581 SectionChunk *debugChunk, uint32_t &moduleSymOffset, in analyzeSymbolSubsection()
648 for (SectionChunk *debugChunk : file->getDebugChunks()) { in writeAllModuleSymbolRecords()
655 SectionChunk::consumeDebugMagic(sectionContents, ".debug$S"); in writeAllModuleSymbolRecords()
723 if (auto *secChunk = dyn_cast_or_null<SectionChunk>(c)) { in createSectionContrib()
753 void DebugSHandler::handleDebugS(SectionChunk *debugChunk) { in handleDebugS()
757 contents = SectionChunk::consumeDebugMagic(contents, ".debug$S"); in handleDebugS()
826 void DebugSHandler::advanceRelocIndex(SectionChunk *sc, in advanceRelocIndex()
842 UnrelocatedDebugSubsection(DebugSubsectionKind k, SectionChunk *debugChunk, in UnrelocatedDebugSubsection()
850 SectionChunk *debugChunk;
882 void DebugSHandler::addUnrelocatedSubsection(SectionChunk *debugChunk, in addUnrelocatedSubsection()
893 void DebugSHandler::addFrameDataSubsection(SectionChunk *debugChunk, in addFrameDataSubsection()
944 SectionChunk *debugChunk = subsec.debugChunk; in finish()
1010 static ArrayRef<uint8_t> relocateDebugChunk(SectionChunk &debugChunk) { in relocateDebugChunk()
1028 for (SectionChunk *debugChunk : source->file->getDebugChunks()) { in addDebugSymbols()
1080 auto *secChunk = dyn_cast<SectionChunk>(c); in createModuleDBI()
1697 static bool findLineTable(const SectionChunk *c, uint32_t addr, in findLineTable()
1705 for (SectionChunk *dbgC : c->file->getDebugChunks()) { in findLineTable()
1722 SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S"); in findLineTable()
1780 lld::coff::getFileLineCodeView(const SectionChunk *c, uint32_t addr) { in getFileLineCodeView()