Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp61 uint64_t GetMCInst(const uint8_t *opcode_data, size_t opcode_data_len,
527 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in Decode()
610 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in CalculateMnemonicOperandsAndComment()
1212 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in VisitInstruction()
1342 uint64_t DisassemblerLLVMC::MCDisasmInstance::GetMCInst( in GetMCInst() function in DisassemblerLLVMC::MCDisasmInstance