Lines Matching refs:flushPendingLabels

70 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) {  in flushPendingLabels()  function in MCObjectStreamer
86 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
88 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
91 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer
103 Section->flushPendingLabels(); in flushPendingLabels()
120 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups()
248 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
622 flushPendingLabels(Frag, 0); in emitCVDefRangeDirective()
640 flushPendingLabels(DF, DF->getContents().size()); in emitBytes()
675 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel32Value()
685 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel64Value()
695 flushPendingLabels(DF, DF->getContents().size()); in emitTPRel32Value()
705 flushPendingLabels(DF, DF->getContents().size()); in emitTPRel64Value()
715 flushPendingLabels(DF, DF->getContents().size()); in emitGPRel32Value()
725 flushPendingLabels(DF, DF->getContents().size()); in emitGPRel64Value()
809 flushPendingLabels(DF, DF->getContents().size()); in emitRelocDirective()
851 flushPendingLabels(DF, DF->getContents().size()); in emitFill()
881 flushPendingLabels(DF, DF->getContents().size()); in emitFill()
891 flushPendingLabels(DF, DF->getContents().size()); in emitNops()
933 flushPendingLabels(); in finishImpl()