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

Declarations

tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
  157   bool Emulate_JALR(llvm::MCInst &insn);

References

tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  911       {"JALR", &EmulateInstructionMIPS::Emulate_JALR, "JALR target"},
  912       {"JALR_HB", &EmulateInstructionMIPS::Emulate_JALR, "JALR.HB target"},