Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h502 bool IsAlwaysThumbInstructions() const;
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp1090 if (arch.IsAlwaysThumbInstructions()) { in Disassembler()
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1077 if (arch.IsAlwaysThumbInstructions()) { in DisassemblerLLVMC()
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp1399 bool ArchSpec::IsAlwaysThumbInstructions() const { in IsAlwaysThumbInstructions() function in ArchSpec
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp13806 m_arch.IsAlwaysThumbInstructions()) in SetInstruction()
13819 if (m_opcode_mode == eModeThumb || m_arch.IsAlwaysThumbInstructions()) in SetInstruction()
13841 if ((m_opcode_cpsr & MASK_CPSR_T) || m_arch.IsAlwaysThumbInstructions()) { in ReadInstruction()
14408 arch.IsAlwaysThumbInstructions()) { in TestEmulation()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2438 const bool always_thumb = GetArchitecture().IsAlwaysThumbInstructions(); in ParseSymtab()