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

Declarations

tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
  138   bool Emulate_JR(llvm::MCInst &insn);

References

tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  897       {"JR", &EmulateInstructionMIPS64::Emulate_JR, "JR target"},
  898       {"JR64", &EmulateInstructionMIPS64::Emulate_JR, "JR target"},
  899       {"JR_HB", &EmulateInstructionMIPS64::Emulate_JR, "JR.HB target"},