Searched refs:flushPendingLabels (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 71 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) { in flushPendingLabels() function in MCObjectStreamer 87 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels() 89 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels() 92 void MCObjectStreamer::flushPendingLabels() { in flushPendingLabels() function in MCObjectStreamer 104 Section->flushPendingLabels(); in flushPendingLabels() 121 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups() 226 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl() 575 flushPendingLabels(Frag, 0); in emitCVDefRangeDirective() 593 flushPendingLabels(DF, DF->getContents().size()); in emitBytes() 626 flushPendingLabels(DF, DF->getContents().size()); in emitDTPRel32Value() [all …]
|
| 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()
|
| D | MCWasmStreamer.cpp | 40 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
| D | MCELFStreamer.cpp | 79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
|
| /freebsd-12-stable/contrib/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 | 206 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0, 211 void flushPendingLabels();
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVELFStreamer.cpp | 235 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
|