Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp61 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
79 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
86 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
88 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
97 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
383 CurSubsectionIdx = unsigned(IntSubsection); in changeSectionImpl()
385 Section->getSubsectionInsertionPoint(CurSubsectionIdx); in changeSectionImpl()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectStreamer.h49 unsigned CurSubsectionIdx; variable