Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp46 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer
171 flushPendingLabels(DF, DF->getContents().size()); in EmitValueImpl()
269 flushPendingLabels(nullptr); in changeSectionImpl()
494 flushPendingLabels(DF, DF->getContents().size()); in EmitBytes()
537 flushPendingLabels(DF, DF->getContents().size()); in EmitDTPRel32Value()
547 flushPendingLabels(DF, DF->getContents().size()); in EmitDTPRel64Value()
557 flushPendingLabels(DF, DF->getContents().size()); in EmitTPRel32Value()
567 flushPendingLabels(DF, DF->getContents().size()); in EmitTPRel64Value()
577 flushPendingLabels(DF, DF->getContents().size()); in EmitGPRel32Value()
587 flushPendingLabels(DF, DF->getContents().size()); in EmitGPRel64Value()
[all …]
DMCWasmStreamer.cpp41 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
DMCELFStreamer.cpp79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp42 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer
127 flushPendingLabels(DF, DF->getContents().size()); in EmitValueImpl()
204 flushPendingLabels(nullptr); in changeSectionImpl()
419 flushPendingLabels(DF, DF->getContents().size()); in EmitBytes()
451 flushPendingLabels(DF, DF->getContents().size()); in EmitGPRel32Value()
461 flushPendingLabels(DF, DF->getContents().size()); in EmitGPRel64Value()
478 flushPendingLabels(DF, DF->getContents().size()); in EmitRelocDirective()
503 flushPendingLabels(DF, DF->getContents().size()); in emitFill()
545 flushPendingLabels(nullptr); in FinishImpl()
DMCELFStreamer.cpp78 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h68 flushPendingLabels(F); in insert()
88 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);
94 void flushPendingLabels() { flushPendingLabels(nullptr); } in flushPendingLabels() function
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h65 flushPendingLabels(F); in insert()
82 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachOUtils.cpp343 ObjectStreamer.flushPendingLabels(); in generateDsymCompanion()