HomeSort by relevance Sort by last modified time
    Searched refs:isFragmentUpToDate (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 48 bool isFragmentUpToDate(const MCFragment *F) const;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 63 bool MCAsmLayout::isFragmentUpToDate(const MCFragment *F) const {
74 if (!isFragmentUpToDate(F))
92 while (!isFragmentUpToDate(F)) {
366 assert(!isFragmentUpToDate(F) && "Attempt to recompute up-to-date fragment!");
369 assert((!Prev || isFragmentUpToDate(Prev)) &&

Completed in 96 milliseconds