Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectStreamer.cpp41 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer
128 flushPendingLabels(DF, DF->getContents().size()); in EmitValueImpl()
204 flushPendingLabels(nullptr); in changeSectionImpl()
370 flushPendingLabels(DF, DF->getContents().size()); in EmitBytes()
402 flushPendingLabels(DF, DF->getContents().size()); in EmitGPRel32Value()
412 flushPendingLabels(DF, DF->getContents().size()); in EmitGPRel64Value()
426 flushPendingLabels(DF, DF->getContents().size()); in EmitRelocDirective()
454 flushPendingLabels(nullptr); in FinishImpl()
DMCELFStreamer.cpp77 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h66 flushPendingLabels(F); in insert()
82 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);