• Home
  • Raw
  • Download

Lines Matching refs:SectionChunk

228                               ArrayRef<SectionChunk *> symIdxChunks,
231 ArrayRef<SectionChunk *> symIdxChunks,
429 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(os->chunks[i]); in createThunks()
522 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(c); in verifyRanges()
673 if (auto *sec = dyn_cast<SectionChunk>(c)) in sortBySectionOrder()
730 SectionChunk *sc1 = dyn_cast_or_null<SectionChunk>(s); in fixGnuImportChunks()
731 SectionChunk *sc2 = dyn_cast_or_null<SectionChunk>(t); in fixGnuImportChunks()
797 static bool shouldStripSectionSuffix(SectionChunk *sc, StringRef name) { in shouldStripSectionSuffix()
818 DenseMap<const SectionChunk *, int> order = computeCallGraphProfileOrder(); in sortSections()
867 auto *sc = dyn_cast<SectionChunk>(c); in createSections()
1122 for (SectionChunk *sc : mc->sections) in assignOutputSectionIndices()
1478 SectionChunk *sc = b->getChunk(); in writeHeader()
1553 if (auto *sc = dyn_cast<SectionChunk>(c)) in addSymbolToRVASet()
1597 SectionChunk *sc = dyn_cast<SectionChunk>(d->getChunk()); in maybeAddAddressTakenFunction()
1614 SectionChunk *sc = dyn_cast<SectionChunk>(c); in markSymbolsWithRelocations()
1703 ArrayRef<SectionChunk *> symIdxChunks, in getSymbolsFromSections()
1705 for (SectionChunk *c : symIdxChunks) { in getSymbolsFromSections()
1743 ArrayRef<SectionChunk *> symIdxChunks, in markSymbolsForRVATable()
1777 auto *sc = dyn_cast<SectionChunk>(c); in createRuntimePseudoRelocs()
1964 auto sa = dyn_cast<SectionChunk>(a); in sortCRTSectionChunks()
1965 auto sb = dyn_cast<SectionChunk>(b); in sortCRTSectionChunks()
1977 auto sc = dyn_cast<SectionChunk>(c); in sortCRTSectionChunks()