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

References

tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  201   if (!InstrMeta.Valid)
  204   if (isCFITrap(InstrMeta))
  207   const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode());
  209   if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo)) {
  214     if (!MIA->evaluateBranch(InstrMeta.Instruction, InstrMeta.VMAddress,
  214     if (!MIA->evaluateBranch(InstrMeta.Instruction, InstrMeta.VMAddress,
  215                              InstrMeta.InstructionSize, Target))
  221         getInstruction(InstrMeta.VMAddress + InstrMeta.InstructionSize);
  221         getInstruction(InstrMeta.VMAddress + InstrMeta.InstructionSize);