/external/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()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 69 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer 85 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels() 87 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels() 90 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer 102 Section->flushPendingLabels(); in flushPendingLabels() 119 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups() 229 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl() 560 flushPendingLabels(Frag, 0); in emitCVDefRangeDirective() 578 flushPendingLabels(DF, DF->getContents().size()); in emitBytes() 611 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel32Value() [all …]
|
D | MCSection.cpp | 97 void MCSection::flushPendingLabels(MCFragment *F, uint64_t FOffset, in flushPendingLabels() function in MCSection 114 void MCSection::flushPendingLabels() { in flushPendingLabels() function in MCSection 124 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()
|
/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/llvm-project/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 79 flushPendingLabels(F); in insert() 103 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0); 110 void flushPendingLabels();
|
D | MCSection.h | 199 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0, 204 void flushPendingLabels();
|
/external/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();
|
/external/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 65 flushPendingLabels(F); in insert() 82 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 351 ObjectStreamer.flushPendingLabels(); in generateDsymCompanion()
|