Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp71 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer
87 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
89 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
92 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer
104 Section->flushPendingLabels(); in flushPendingLabels()
121 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups()
231 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
580 flushPendingLabels(Frag, 0); in emitCVDefRangeDirective()
598 flushPendingLabels(DF, DF->getContents().size()); in emitBytes()
631 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.cpp40 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
H A DMCELFStreamer.cpp78 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h79 flushPendingLabels(F); in insert()
103 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);
110 void flushPendingLabels();
H A DMCSection.h199 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0,
204 void flushPendingLabels();
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp365 ObjectStreamer.flushPendingLabels(); in generateDsymCompanion()