Home
last modified time | relevance | path

Searched refs:flushPendingLabels (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp88 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer
100 Section->flushPendingLabels(); in flushPendingLabels()
252 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
621 flushPendingLabels(Frag, 0); in emitCVDefRangeDirective()
639 flushPendingLabels(DF, DF->getContents().size()); in emitBytes()
671 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel32Value()
681 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel64Value()
691 flushPendingLabels(DF, DF->getContents().size()); in emitTPRel32Value()
701 flushPendingLabels(DF, DF->getContents().size()); in emitTPRel64Value()
711 flushPendingLabels(DF, DF->getContents().size()); in emitGPRel32Value()
[all …]
H A DMCSection.cpp95 void MCSection::flushPendingLabels(MCFragment *F, uint64_t FOffset, in flushPendingLabels() function in MCSection
109 void MCSection::flushPendingLabels() { in flushPendingLabels() function in MCSection
123 flushPendingLabels(F, 0, Label.Subsection); in flushPendingLabels()
H A DMCWasmStreamer.cpp43 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
H A DMCELFStreamer.cpp79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h95 flushPendingLabels(F); in insert()
119 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);
126 void flushPendingLabels();
H A DMCSection.h214 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0,
219 void flushPendingLabels();