HomeSort by: relevance | last modified time | path
    Searched refs:flushPendingLabels (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSection.cpp 95 void MCSection::flushPendingLabels(MCFragment *F, uint64_t FOffset,
112 void MCSection::flushPendingLabels() {
122 flushPendingLabels(F, 0, Label.Subsection);
MCObjectStreamer.cpp 71 void MCObjectStreamer::flushPendingLabels(MCFragment *F, uint64_t FOffset) {
87 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx);
89 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx);
92 void MCObjectStreamer::flushPendingLabels() {
104 Section->flushPendingLabels();
121 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size());
231 flushPendingLabels(DF, DF->getContents().size());
285 // flushPendingLabels())
580 flushPendingLabels(Frag, 0);
598 flushPendingLabels(DF, DF->getContents().size())
    [all...]
MCWasmStreamer.cpp 40 flushPendingLabels(DF, DF->getContents().size());
MCELFStreamer.cpp 78 flushPendingLabels(DF, DF->getContents().size());
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSection.h 195 /// associated with a fragment in flushPendingLabels()
199 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0,
204 void flushPendingLabels();
MCObjectStreamer.h 79 flushPendingLabels(F);
95 /// fragment is not yet present. Use flushPendingLabels(F) to associate
103 void flushPendingLabels(MCFragment *F, uint64_t FOffset = 0);
110 void flushPendingLabels();
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp 365 ObjectStreamer.flushPendingLabels();

Completed in 23 milliseconds