Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp72 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer
88 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
90 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
93 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer
105 Section->flushPendingLabels(); in flushPendingLabels()
122 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups()
232 flushPendingLabels(DF, DF->getContents().size()); in EmitValueImpl()
555 flushPendingLabels(Frag, 0); in EmitCVDefRangeDirective()
573 flushPendingLabels(DF, DF->getContents().size()); in EmitBytes()
606 flushPendingLabels(DF, DF->getContents().size()); in EmitDTPRel32Value()
[all …]
DMCSection.cpp92 void MCSection::flushPendingLabels(MCFragment *F, uint64_t FOffset, in flushPendingLabels() function in MCSection
109 void MCSection::flushPendingLabels() { in flushPendingLabels() function in MCSection
119 flushPendingLabels(F, 0, Label.Subsection); in flushPendingLabels()
DMCWasmStreamer.cpp40 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
DMCELFStreamer.cpp78 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectStreamer.h78 flushPendingLabels(F); in insert()
102 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);
109 void flushPendingLabels();
DMCSection.h192 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0,
197 void flushPendingLabels();