Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp195 flushPendingLabels(DF, DF->getContents().size()); in EmitValueImpl()
292 flushPendingLabels(nullptr); in changeSectionImpl()
504 flushPendingLabels(Frag, 0); in EmitCVDefRangeDirective()
522 flushPendingLabels(DF, DF->getContents().size()); in EmitBytes()
571 flushPendingLabels(DF, DF->getContents().size()); in EmitDTPRel32Value()
581 flushPendingLabels(DF, DF->getContents().size()); in EmitDTPRel64Value()
591 flushPendingLabels(DF, DF->getContents().size()); in EmitTPRel32Value()
601 flushPendingLabels(DF, DF->getContents().size()); in EmitTPRel64Value()
611 flushPendingLabels(DF, DF->getContents().size()); in EmitGPRel32Value()
621 flushPendingLabels(DF, DF->getContents().size()); in EmitGPRel64Value()
[all …]
H A DMCWasmStreamer.cpp41 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
H A DMCELFStreamer.cpp79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h77 flushPendingLabels(F); in insert()
97 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);
103 void flushPendingLabels() { flushPendingLabels(nullptr); } in flushPendingLabels() function