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

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 42 mutable DenseMap<const MCSectionData*, MCFragment *> LastValidFragment;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmLayout.h 38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
  /external/llvm/lib/MC/
MCFragment.cpp 31 : Assembler(Asm), LastValidFragment()
44 const MCFragment *LastValid = LastValidFragment.lookup(Sec);
58 LastValidFragment[F->getParent()] = F->getPrevNode();
64 if (MCFragment *Cur = LastValidFragment[Sec])
MCAssembler.cpp 332 LastValidFragment[F->getParent()] = F;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCFragment.cpp 45 const MCFragment *LastValid = LastValidFragment.lookup(Sec);
59 LastValidFragment[F->getParent()] = F->getPrevNode();
65 if (MCFragment *Cur = LastValidFragment[Sec])
MCAssembler.cpp 397 LastValidFragment[F->getParent()] = F;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 52 : Assembler(Asm), LastValidFragment()
65 const MCFragment *LastValid = LastValidFragment.lookup(&SD);
79 LastValidFragment[&SD] = F;
85 MCFragment *Cur = LastValidFragment[&SD];
380 LastValidFragment[F->getParent()] = F;

Completed in 667 milliseconds