Searched refs:flushPendingLabels (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 46 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 …]
|
D | MCWasmStreamer.cpp | 41 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
D | MCELFStreamer.cpp | 79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 42 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()
|
D | MCELFStreamer.cpp | 78 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 68 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/ |
D | MCObjectStreamer.h | 65 flushPendingLabels(F); in insert() 82 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 343 ObjectStreamer.flushPendingLabels(); in generateDsymCompanion()
|