Lines Matching refs:SectionChunk
188 ArrayRef<SectionChunk *> SymIdxChunks,
379 SectionChunk *SC = dyn_cast_or_null<SectionChunk>(OS->Chunks[I]); in createThunks()
432 SectionChunk *SC = dyn_cast_or_null<SectionChunk>(C); in verifyRanges()
575 if (auto *Sec = dyn_cast<SectionChunk>(C)) in sortBySectionOrder()
628 SectionChunk *SC1 = dyn_cast_or_null<SectionChunk>(S); in fixGnuImportChunks()
629 SectionChunk *SC2 = dyn_cast_or_null<SectionChunk>(T); in fixGnuImportChunks()
730 auto *SC = dyn_cast<SectionChunk>(C); in createSections()
1261 SectionChunk *SC = B->getChunk(); in writeHeader()
1344 if (auto *SC = dyn_cast<SectionChunk>(C)) in addSymbolToRVASet()
1404 SectionChunk *SC = dyn_cast<SectionChunk>(C); in markSymbolsWithRelocations()
1475 ArrayRef<SectionChunk *> SymIdxChunks, in markSymbolsForRVATable()
1477 for (SectionChunk *C : SymIdxChunks) { in markSymbolsForRVATable()
1537 auto *SC = dyn_cast<SectionChunk>(C); in createRuntimePseudoRelocs()
1703 auto SA = dyn_cast<SectionChunk>(A); in sortCRTSectionChunks()
1704 auto SB = dyn_cast<SectionChunk>(B); in sortCRTSectionChunks()
1716 auto SC = dyn_cast<SectionChunk>(C); in sortCRTSectionChunks()