Searched refs:flushPendingLabels (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 88 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 D | MCSection.cpp | 95 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 D | MCWasmStreamer.cpp | 43 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
| H A D | MCELFStreamer.cpp | 79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 95 flushPendingLabels(F); in insert() 119 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0); 126 void flushPendingLabels();
|
| H A D | MCSection.h | 214 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0, 219 void flushPendingLabels();
|