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

References

tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  480         Disassembler->getInstruction(Instruction, InstructionSize,
  487     InstrMeta.Instruction = Instruction;
  499     const auto &InstrDesc = MII->get(Instruction.getOpcode());
  500     if (!InstrDesc.mayAffectControlFlow(Instruction, *RegisterInfo))
  504     if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target)) {