Searched refs:flushPendingLabels (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 195 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 D | MCWasmStreamer.cpp | 41 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
| H A D | MCELFStreamer.cpp | 79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 77 flushPendingLabels(F); in insert() 97 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0); 103 void flushPendingLabels() { flushPendingLabels(nullptr); } in flushPendingLabels() function
|