Searched refs:flushPendingLabels (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 70 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer 86 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels() 88 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels() 91 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer 103 Section->flushPendingLabels(); in flushPendingLabels() 120 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups() 250 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl() 624 flushPendingLabels(Frag, 0); in emitCVDefRangeDirective() 642 flushPendingLabels(DF, DF->getContents().size()); in emitBytes() 674 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel32Value() [all …]
|
| H A D | MCSection.cpp | 95 void MCSection::flushPendingLabels(MCFragment *F, uint64_t FOffset, in flushPendingLabels() function in MCSection 112 void MCSection::flushPendingLabels() { in flushPendingLabels() function in MCSection 122 flushPendingLabels(F, 0, Label.Subsection); in flushPendingLabels()
|
| H A D | MCWasmStreamer.cpp | 43 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
| H A D | MCELFStreamer.cpp | 79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 95 flushPendingLabels(F); in insert() 119 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0); 126 void flushPendingLabels();
|
| H A D | MCSection.h | 214 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0, 219 void flushPendingLabels();
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 271 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 365 ObjectStreamer.flushPendingLabels(); in generateDsymCompanion()
|