Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp347 int64_t IntSubsection = 0; in changeSectionImpl() local
349 !Subsection->evaluateAsAbsolute(IntSubsection, getAssemblerPtr())) in changeSectionImpl()
351 if (IntSubsection < 0 || IntSubsection > 8192) in changeSectionImpl()
353 CurSubsectionIdx = unsigned(IntSubsection); in changeSectionImpl()