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

Declarations

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

References

tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  960       {"JALS_MM", &EmulateInstructionMIPS::Emulate_JALx, "JALS target"},
  961       {"JALX_MM", &EmulateInstructionMIPS::Emulate_JALx, "JALX target"},