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

Declarations

tools/lldb/include/lldb/Utility/ArchSpec.h
  502   bool IsAlwaysThumbInstructions() const;

References

tools/lldb/source/Core/Disassembler.cpp
 1267   if (arch.IsAlwaysThumbInstructions()) {
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
 1129   if (arch.IsAlwaysThumbInstructions()) {
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
13809         m_arch.IsAlwaysThumbInstructions())
13822     if (m_opcode_mode == eModeThumb || m_arch.IsAlwaysThumbInstructions())
13844       if ((m_opcode_cpsr & MASK_CPSR_T) || m_arch.IsAlwaysThumbInstructions()) {
14411       arch.IsAlwaysThumbInstructions()) {