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/ |
D | MCObjectStreamer.cpp | 72 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 …]
|
D | MCSection.cpp | 92 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()
|
D | MCWasmStreamer.cpp | 40 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
D | MCELFStreamer.cpp | 78 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 78 flushPendingLabels(F); in insert() 102 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0); 109 void flushPendingLabels();
|
D | MCSection.h | 192 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0, 197 void flushPendingLabels();
|