reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
107 const Instr *getPrevInstructionSequential(const Instr &InstrMeta) const;
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.cpp122 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);