Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp91 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 DMCSection.cpp95 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 DMCWasmStreamer.cpp43 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
H A DMCELFStreamer.cpp79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
/llvm-project-15.0.7/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.h208 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0,
213 void flushPendingLabels();
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp266 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp364 ObjectStreamer.flushPendingLabels(); in generateDsymCompanion()