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,
  484     Byte += InstructionSize;
  486     uint64_t VMAddress = Address.Address + Byte - InstructionSize;
  489     InstrMeta.InstructionSize = InstructionSize;
  504     if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target)) {