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

References

tools/lldb/include/lldb/Core/EmulateInstruction.h
  424   uint32_t GetAddressByteSize() const { return m_arch.GetAddressByteSize(); }
  426   lldb::ByteOrder GetByteOrder() const { return m_arch.GetByteOrder(); }
  432   const ArchSpec &GetArchitecture() const { return m_arch; }
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  833   if (m_arch.GetTriple().isAndroid())
  836   if (m_arch.GetTriple().getVendor() == llvm::Triple::Apple)
  838   switch (m_arch.GetTriple().getOS()) {
  868   if (m_arch.GetTriple().getVendor() == llvm::Triple::Apple)
  870   switch (m_arch.GetTriple().getOS()) {
13770   m_arch = arch;
13808     if (m_arch.GetTriple().getArch() == llvm::Triple::thumb ||
13809         m_arch.IsAlwaysThumbInstructions())
13822     if (m_opcode_mode == eModeThumb || m_arch.IsAlwaysThumbInstructions())
13844       if ((m_opcode_cpsr & MASK_CPSR_T) || m_arch.IsAlwaysThumbInstructions()) {
tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  489   if (m_arch.GetTriple().isAndroid())