Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp61 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
85 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
94 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
391 CurSubsectionIdx = unsigned(IntSubsection); in changeSectionImpl()
393 Section->getSubsectionInsertionPoint(CurSubsectionIdx); in changeSectionImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h49 unsigned CurSubsectionIdx = 0; variable