Searched refs:flushPendingLabels (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 91 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer 103 Section->flushPendingLabels(); in flushPendingLabels() 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() [all …]
|
| H A D | MCSection.cpp | 95 void MCSection::flushPendingLabels(MCFragment *F, uint64_t FOffset, in flushPendingLabels() function in MCSection 112 void MCSection::flushPendingLabels() { in flushPendingLabels() function in MCSection 122 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()
|
| /llvm-project-15.0.7/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 | 208 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0, 213 void flushPendingLabels();
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 266 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 364 ObjectStreamer.flushPendingLabels(); in generateDsymCompanion()
|