Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp769 MCFragment *FirstInvalidFragment = NULL; in LayoutSectionOnce() local
795 if (relaxedFrag && !FirstInvalidFragment) in LayoutSectionOnce()
796 FirstInvalidFragment = it2; in LayoutSectionOnce()
798 if (FirstInvalidFragment) { in LayoutSectionOnce()
799 Layout.Invalidate(FirstInvalidFragment); in LayoutSectionOnce()