Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp59 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
81 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
88 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
90 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
99 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
353 CurSubsectionIdx = unsigned(IntSubsection); in changeSectionImpl()
355 Section->getSubsectionInsertionPoint(CurSubsectionIdx); in changeSectionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectStreamer.h42 unsigned CurSubsectionIdx; variable