Lines Matching refs:SectionChunk
268 void handleDebugS(lld::coff::SectionChunk &DebugS);
312 static SectionChunk *findByName(ArrayRef<SectionChunk *> Sections, in findByName()
314 for (SectionChunk *C : Sections) in findByName()
331 if (SectionChunk *Sec = findByName(File->getDebugChunks(), SecName)) in getDebugSection()
353 SectionChunk *Sec = findByName(File->getDebugChunks(), ".debug$H"); in getDebugH()
391 auto DbgIt = find_if(File->getDebugChunks(), [](SectionChunk *C) { in extractPCHSignature()
1128 SectionChunk &DebugChunk) { in relocateDebugChunk()
1144 if (auto *SecChunk = dyn_cast<SectionChunk>(C)) { in createSectionContrib()
1177 void DebugSHandler::handleDebugS(lld::coff::SectionChunk &DebugS) { in handleDebugS()
1292 auto *SecChunk = dyn_cast<SectionChunk>(C); in addObjFile()
1325 for (SectionChunk *DebugChunk : File->getDebugChunks()) { in addObjFile()
1655 static bool findLineTable(const SectionChunk *C, uint32_t Addr, in findLineTable()
1663 for (SectionChunk *DbgC : C->File->getDebugChunks()) { in findLineTable()
1737 std::pair<StringRef, uint32_t> coff::getFileLine(const SectionChunk *C, in getFileLine()