Home
last modified time | relevance | path

Searched refs:IsAlwaysThumbInstructions (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h523 bool IsAlwaysThumbInstructions() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1125 if (arch.IsAlwaysThumbInstructions()) { in Disassembler()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp1440 bool ArchSpec::IsAlwaysThumbInstructions() const { in IsAlwaysThumbInstructions() function in ArchSpec
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1450 if (arch.IsAlwaysThumbInstructions()) { in DisassemblerLLVMC()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13799 m_arch.IsAlwaysThumbInstructions()) in SetInstruction()
13812 if (m_opcode_mode == eModeThumb || m_arch.IsAlwaysThumbInstructions()) in SetInstruction()
13834 if ((m_opcode_cpsr & MASK_CPSR_T) || m_arch.IsAlwaysThumbInstructions()) { in ReadInstruction()
14401 arch.IsAlwaysThumbInstructions()) { in TestEmulation()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2515 const bool always_thumb = GetArchitecture().IsAlwaysThumbInstructions(); in ParseSymtab()