Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp102 return m_has_delay_slot; in HasDelaySlot()
821 bool m_has_delay_slot = false; member in InstructionLLVMC
850 m_has_delay_slot = mc_disasm_ptr->HasDelaySlot(inst); in VisitInstruction()