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

Declarations

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

References

tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  890       {"JALR", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"},
  891       {"JALR64", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"},
  892       {"JALR_HB", &EmulateInstructionMIPS64::Emulate_JALR, "JALR.HB target"},