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

References

tools/llvm-cfi-verify/lib/GraphBuilder.cpp
  127     NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta);
  128     if (!NextMetaPtr) {
  134     NextAddress = NextMetaPtr->VMAddress;
  136         NextMetaPtr->VMAddress; // Add the new node to the branch head.
  149     NextMetaPtr = Analysis.getInstruction(Target);
  150     if (!NextMetaPtr) {
  158         NextMetaPtr->VMAddress; // Add the new node to the branch head.
  166   const Instr *CurrentMetaPtr = NextMetaPtr;
  177     NextMetaPtr = Analysis.getDefiniteNextInstruction(*CurrentMetaPtr);
  178     if (!NextMetaPtr)
  182     NextAddress = NextMetaPtr->VMAddress;
  188     CurrentMetaPtr = NextMetaPtr;