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

References

tools/lldb/include/lldb/Core/EmulateInstruction.h
   96                                         InstructionType supported_inst_type,
  358   SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
tools/lldb/include/lldb/lldb-private-interfaces.h
   50     const ArchSpec &arch, InstructionType inst_type);
tools/lldb/source/Core/EmulateInstruction.cpp
   45                                InstructionType supported_inst_type,
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  734                                       InstructionType inst_type) {
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
   70   CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
   73   SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) {
  123   bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override {
tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  149                                         InstructionType inst_type) {
tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
   33                  lldb_private::InstructionType inst_type);
   36       lldb_private::InstructionType inst_type) {
   56       lldb_private::InstructionType inst_type) override {
tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  210                                        InstructionType inst_type) {
tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
   42                  lldb_private::InstructionType inst_type);
   45       lldb_private::InstructionType inst_type) {
   67       lldb_private::InstructionType inst_type) override {
tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  197                                          InstructionType inst_type) {
tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
   40                  lldb_private::InstructionType inst_type);
   43       lldb_private::InstructionType inst_type) {
   63       lldb_private::InstructionType inst_type) override {
tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
   56                                         InstructionType inst_type) {
tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h
   31                                             InstructionType inst_type);
   34   SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) {
   53   bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override {