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

References

unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
  418       Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  421   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 1);
  422   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  428   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 3);
  429   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  434   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 4);
  435   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  439   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 6);
  440   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  442   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 8);
  443   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  444   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  446   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 10);
  447   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  451   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 12);
  452   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  453   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  455   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 17);
  456   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  461   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 22);
  462   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  463   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  465   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 27);
  466   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  467   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  469   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 29);
  470   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  471   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  473   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 31);
  474   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  479   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 33);
  480   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  484   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 34);
  485   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  486   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  488   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 36);
  489   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  490   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
  492   InstrMetaPtr = &Analysis.getInstructionOrDie(0xDEADBEEF + 38);
  493   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  494   EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());