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

References

tools/lldb/include/lldb/Core/EmulateInstruction.h
  243       info_type = eInfoTypeRegisterPlusOffset;
  250       info_type = eInfoTypeRegisterPlusIndirectOffset;
  258       info_type = eInfoTypeRegisterToRegisterPlusOffset;
  267       info_type = eInfoTypeRegisterToRegisterPlusIndirectOffset;
  275       info_type = eInfoTypeRegisterRegisterOperands;
  281       info_type = eInfoTypeOffset;
  286       info_type = eInfoTypeRegister;
  291       info_type = eInfoTypeImmediate;
  296       info_type = eInfoTypeImmediateSigned;
  301       info_type = eInfoTypeAddress;
  305       info_type = eInfoTypeISAAndImmediate;
  311       info_type = eInfoTypeISAAndImmediateSigned;
  317       info_type = eInfoTypeISA;
  321     void SetNoArgs() { info_type = eInfoTypeNoArgs; }
tools/lldb/source/Core/EmulateInstruction.cpp
  444   switch (info_type) {
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  437     assert(context.info_type ==
  556         context.info_type == EmulateInstruction::eInfoTypeRegisterPlusOffset &&
  567     if (context.info_type == EmulateInstruction::eInfoTypeISAAndImmediate &&
  571     } else if (context.info_type ==
  575     } else if (context.info_type == EmulateInstruction::eInfoTypeImmediate &&
  578     } else if (context.info_type ==
  591       switch (context.info_type) {