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

Declarations

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

References

tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  233   const Instr *PrevInstruction = getPrevInstructionSequential(InstrMeta);
tools/llvm-cfi-verify/lib/GraphBuilder.cpp
  326     const Instr *PrevInstr = Analysis.getPrevInstructionSequential(ChildMeta);
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
  122   EXPECT_EQ(nullptr, Analysis.getPrevInstructionSequential(*InstrMeta));
  134   EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta));
  146   EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta));
  158   EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta));
  170   EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta));
  181   EXPECT_EQ(PrevInstrMeta, Analysis.getPrevInstructionSequential(*InstrMeta));
  191   EXPECT_EQ(nullptr, Analysis.getPrevInstructionSequential(*InstrMeta));
  201   EXPECT_EQ(nullptr, Analysis.getPrevInstructionSequential(*InstrMeta));
  216       Analysis.getPrevInstructionSequential(BadInstrMeta);