Lines Matching refs:SectionChunk
242 ArrayRef<SectionChunk *> symIdxChunks,
245 ArrayRef<SectionChunk *> symIdxChunks,
466 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(os->chunks[i]); in createThunks()
576 if (isa<SectionChunk>(c) && !c->getSize()) in createECCodeMap()
598 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(c); in verifyRanges()
805 if (auto *sec = dyn_cast<SectionChunk>(c)) in sortBySectionOrder()
862 SectionChunk *sc1 = dyn_cast_or_null<SectionChunk>(s); in fixGnuImportChunks()
863 SectionChunk *sc2 = dyn_cast_or_null<SectionChunk>(t); in fixGnuImportChunks()
929 static bool shouldStripSectionSuffix(SectionChunk *sc, StringRef name, in shouldStripSectionSuffix()
951 DenseMap<const SectionChunk *, int> order = in sortSections()
1002 auto *sc = dyn_cast<SectionChunk>(c); in createSections()
1284 for (SectionChunk *sc : mc->sections) in assignOutputSectionIndices()
1730 SectionChunk *sc = b->getChunk(); in writeHeader()
1807 if (auto *sc = dyn_cast<SectionChunk>(c)) in addSymbolToRVASet()
1852 SectionChunk *sc = dyn_cast<SectionChunk>(d->getChunk()); in maybeAddAddressTakenFunction()
1869 SectionChunk *sc = dyn_cast<SectionChunk>(c); in markSymbolsWithRelocations()
1973 ArrayRef<SectionChunk *> symIdxChunks, in getSymbolsFromSections()
1975 for (SectionChunk *c : symIdxChunks) { in getSymbolsFromSections()
2013 ArrayRef<SectionChunk *> symIdxChunks, in markSymbolsForRVATable()
2060 auto *sc = dyn_cast<SectionChunk>(c); in createRuntimePseudoRelocs()
2292 auto sa = dyn_cast<SectionChunk>(a); in sortCRTSectionChunks()
2293 auto sb = dyn_cast<SectionChunk>(b); in sortCRTSectionChunks()
2305 auto sc = dyn_cast<SectionChunk>(c); in sortCRTSectionChunks()