Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h519 bool IsAlwaysThumbInstructions() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1128 if (arch.IsAlwaysThumbInstructions()) { in Disassembler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1492 if (arch.IsAlwaysThumbInstructions()) { in DisassemblerLLVMC()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1424 bool ArchSpec::IsAlwaysThumbInstructions() const { in IsAlwaysThumbInstructions() function in ArchSpec
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13769 m_arch.IsAlwaysThumbInstructions()) in SetInstruction()
13782 if (m_opcode_mode == eModeThumb || m_arch.IsAlwaysThumbInstructions()) in SetInstruction()
13804 if ((m_opcode_cpsr & MASK_CPSR_T) || m_arch.IsAlwaysThumbInstructions()) { in ReadInstruction()
14371 arch.IsAlwaysThumbInstructions()) { in TestEmulation()