Home
last modified time | relevance | path

Searched refs:CurSubsectionIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp62 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
87 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
89 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
98 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
347 CurSubsectionIdx = unsigned(IntSubsection); in changeSectionImpl()
349 Section->getSubsectionInsertionPoint(CurSubsectionIdx); in changeSectionImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h43 unsigned CurSubsectionIdx; variable