Lines Matching refs:flushPendingLabels
71 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer
87 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
89 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
92 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer
104 Section->flushPendingLabels(); in flushPendingLabels()
121 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups()
226 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
575 flushPendingLabels(Frag, 0); in emitCVDefRangeDirective()
593 flushPendingLabels(DF, DF->getContents().size()); in emitBytes()
626 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel32Value()
636 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel64Value()
646 flushPendingLabels(DF, DF->getContents().size()); in emitTPRel32Value()
656 flushPendingLabels(DF, DF->getContents().size()); in emitTPRel64Value()
666 flushPendingLabels(DF, DF->getContents().size()); in emitGPRel32Value()
676 flushPendingLabels(DF, DF->getContents().size()); in emitGPRel64Value()
760 flushPendingLabels(DF, DF->getContents().size()); in emitRelocDirective()
801 flushPendingLabels(DF, DF->getContents().size()); in emitFill()
831 flushPendingLabels(DF, DF->getContents().size()); in emitFill()
841 flushPendingLabels(DF, DF->getContents().size()); in emitNops()
882 flushPendingLabels(); in finishImpl()