Lines Matching refs:SectionChunk

234                               ArrayRef<SectionChunk *> symIdxChunks,
237 ArrayRef<SectionChunk *> symIdxChunks,
439 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(os->chunks[i]); in createThunks()
529 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(c); in verifyRanges()
722 if (auto *sec = dyn_cast<SectionChunk>(c)) in sortBySectionOrder()
779 SectionChunk *sc1 = dyn_cast_or_null<SectionChunk>(s); in fixGnuImportChunks()
780 SectionChunk *sc2 = dyn_cast_or_null<SectionChunk>(t); in fixGnuImportChunks()
846 static bool shouldStripSectionSuffix(SectionChunk *sc, StringRef name, in shouldStripSectionSuffix()
868 DenseMap<const SectionChunk *, int> order = in sortSections()
918 auto *sc = dyn_cast<SectionChunk>(c); in createSections()
1186 for (SectionChunk *sc : mc->sections) in assignOutputSectionIndices()
1568 SectionChunk *sc = b->getChunk(); in writeHeader()
1643 if (auto *sc = dyn_cast<SectionChunk>(c)) in addSymbolToRVASet()
1688 SectionChunk *sc = dyn_cast<SectionChunk>(d->getChunk()); in maybeAddAddressTakenFunction()
1705 SectionChunk *sc = dyn_cast<SectionChunk>(c); in markSymbolsWithRelocations()
1807 ArrayRef<SectionChunk *> symIdxChunks, in getSymbolsFromSections()
1809 for (SectionChunk *c : symIdxChunks) { in getSymbolsFromSections()
1847 ArrayRef<SectionChunk *> symIdxChunks, in markSymbolsForRVATable()
1885 auto *sc = dyn_cast<SectionChunk>(c); in createRuntimePseudoRelocs()
2071 auto sa = dyn_cast<SectionChunk>(a); in sortCRTSectionChunks()
2072 auto sb = dyn_cast<SectionChunk>(b); in sortCRTSectionChunks()
2084 auto sc = dyn_cast<SectionChunk>(c); in sortCRTSectionChunks()