Lines Matching refs:SectionChunk

115   void analyzeSymbolSubsection(SectionChunk *debugChunk,
132 void writeSymbolRecord(SectionChunk *debugChunk,
175 SectionChunk *debugChunk = nullptr;
224 void advanceRelocIndex(SectionChunk *debugChunk, ArrayRef<uint8_t> subsec);
226 void addUnrelocatedSubsection(SectionChunk *debugChunk,
229 void addFrameDataSubsection(SectionChunk *debugChunk,
238 void handleDebugS(SectionChunk *debugChunk);
558 void PDBLinker::writeSymbolRecord(SectionChunk *debugChunk, in writeSymbolRecord()
585 SectionChunk *debugChunk, uint32_t &moduleSymOffset, in analyzeSymbolSubsection()
653 for (SectionChunk *debugChunk : file->getDebugChunks()) { in writeAllModuleSymbolRecords()
660 SectionChunk::consumeDebugMagic(sectionContents, ".debug$S"); in writeAllModuleSymbolRecords()
728 if (auto *secChunk = dyn_cast_or_null<SectionChunk>(c)) { in createSectionContrib()
758 void DebugSHandler::handleDebugS(SectionChunk *debugChunk) { in handleDebugS()
762 contents = SectionChunk::consumeDebugMagic(contents, ".debug$S"); in handleDebugS()
832 void DebugSHandler::advanceRelocIndex(SectionChunk *sc, in advanceRelocIndex()
848 UnrelocatedDebugSubsection(DebugSubsectionKind k, SectionChunk *debugChunk, in UnrelocatedDebugSubsection()
856 SectionChunk *debugChunk;
889 void DebugSHandler::addUnrelocatedSubsection(SectionChunk *debugChunk, in addUnrelocatedSubsection()
900 void DebugSHandler::addFrameDataSubsection(SectionChunk *debugChunk, in addFrameDataSubsection()
953 SectionChunk *debugChunk = subsec.debugChunk; in finish()
1019 static ArrayRef<uint8_t> relocateDebugChunk(SectionChunk &debugChunk) { in relocateDebugChunk()
1038 for (SectionChunk *debugChunk : source->file->getDebugChunks()) { in addDebugSymbols()
1091 auto *secChunk = dyn_cast<SectionChunk>(c); in createModuleDBI()
1715 static bool findLineTable(const SectionChunk *c, uint32_t addr, in findLineTable()
1723 for (SectionChunk *dbgC : c->file->getDebugChunks()) { in findLineTable()
1740 SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S"); in findLineTable()
1798 lld::coff::getFileLineCodeView(const SectionChunk *c, uint32_t addr) { in getFileLineCodeView()