Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmLayout.h48 bool isFragmentUpToDate(const MCFragment *F) const;
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp63 bool MCAsmLayout::isFragmentUpToDate(const MCFragment *F) const { in isFragmentUpToDate() function in MCAsmLayout
74 if (!isFragmentUpToDate(F)) in Invalidate()
92 while (!isFragmentUpToDate(F)) { in EnsureValid()
366 assert(!isFragmentUpToDate(F) && "Attempt to recompute up-to-date fragment!"); in LayoutFragment()
369 assert((!Prev || isFragmentUpToDate(Prev)) && in LayoutFragment()