reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-cfi-verify/lib/FileAnalysis.h
  108   const Instr *getNextInstructionSequential(const Instr &InstrMeta) const;

References

tools/llvm-cfi-verify/lib/GraphBuilder.cpp
  127     NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta);
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
  121   const auto *NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta);
  133   NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta);
  145   NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta);
  157   NextInstrMeta = Analysis.getNextInstructionSequential(*InstrMeta);
  169   EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta));
  180   EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta));
  190   EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta));
  200   EXPECT_EQ(nullptr, Analysis.getNextInstructionSequential(*InstrMeta));
  221   GoodInstrMeta = Analysis.getNextInstructionSequential(BadInstrMeta);