Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp70 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer
86 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
88 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
91 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer
103 Section->flushPendingLabels(); in flushPendingLabels()
120 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups()
250 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
624 flushPendingLabels(Frag, 0); in emitCVDefRangeDirective()
642 flushPendingLabels(DF, DF->getContents().size()); in emitBytes()
674 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel32Value()
[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()
/openbsd-src/gnu/llvm/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.h214 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0,
219 void flushPendingLabels();
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp271 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp365 ObjectStreamer.flushPendingLabels(); in generateDsymCompanion()