Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectStreamer.cpp208 int64_t IntSubsection = 0; in changeSectionImpl() local
210 !Subsection->evaluateAsAbsolute(IntSubsection, getAssembler())) in changeSectionImpl()
212 if (IntSubsection < 0 || IntSubsection > 8192) in changeSectionImpl()
215 Section->getSubsectionInsertionPoint(unsigned(IntSubsection)); in changeSectionImpl()
/external/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()
/external/llvm-project/llvm/lib/MC/
DMCObjectStreamer.cpp344 int64_t IntSubsection = 0; in changeSectionImpl() local
346 !Subsection->evaluateAsAbsolute(IntSubsection, getAssemblerPtr())) in changeSectionImpl()
348 if (IntSubsection < 0 || IntSubsection > 8192) in changeSectionImpl()
350 CurSubsectionIdx = unsigned(IntSubsection); in changeSectionImpl()