Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp806 return m_is_call; in IsCall()
822 bool m_is_call = false; member in InstructionLLVMC
851 m_is_call = mc_disasm_ptr->IsCall(inst); in VisitInstruction()