Lines Matching refs:SectionChunk

222                               ArrayRef<SectionChunk *> symIdxChunks,
225 ArrayRef<SectionChunk *> symIdxChunks,
422 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(os->chunks[i]); in createThunks()
515 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(c); in verifyRanges()
667 if (auto *sec = dyn_cast<SectionChunk>(c)) in sortBySectionOrder()
724 SectionChunk *sc1 = dyn_cast_or_null<SectionChunk>(s); in fixGnuImportChunks()
725 SectionChunk *sc2 = dyn_cast_or_null<SectionChunk>(t); in fixGnuImportChunks()
791 static bool shouldStripSectionSuffix(SectionChunk *sc, StringRef name) { in shouldStripSectionSuffix()
812 DenseMap<const SectionChunk *, int> order = in sortSections()
862 auto *sc = dyn_cast<SectionChunk>(c); in createSections()
1124 for (SectionChunk *sc : mc->sections) in assignOutputSectionIndices()
1486 SectionChunk *sc = b->getChunk(); in writeHeader()
1561 if (auto *sc = dyn_cast<SectionChunk>(c)) in addSymbolToRVASet()
1606 SectionChunk *sc = dyn_cast<SectionChunk>(d->getChunk()); in maybeAddAddressTakenFunction()
1623 SectionChunk *sc = dyn_cast<SectionChunk>(c); in markSymbolsWithRelocations()
1722 ArrayRef<SectionChunk *> symIdxChunks, in getSymbolsFromSections()
1724 for (SectionChunk *c : symIdxChunks) { in getSymbolsFromSections()
1762 ArrayRef<SectionChunk *> symIdxChunks, in markSymbolsForRVATable()
1800 auto *sc = dyn_cast<SectionChunk>(c); in createRuntimePseudoRelocs()
1988 auto sa = dyn_cast<SectionChunk>(a); in sortCRTSectionChunks()
1989 auto sb = dyn_cast<SectionChunk>(b); in sortCRTSectionChunks()
2001 auto sc = dyn_cast<SectionChunk>(c); in sortCRTSectionChunks()