Searched refs:mc_disasm_ptr (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 496 DisassemblerLLVMC::MCDisasmInstance *mc_disasm_ptr = in Decode() local 527 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in Decode() 576 DisassemblerLLVMC::MCDisasmInstance *mc_disasm_ptr; in CalculateMnemonicOperandsAndComment() local 579 mc_disasm_ptr = disasm->m_alternate_disasm_up.get(); in CalculateMnemonicOperandsAndComment() 581 mc_disasm_ptr = disasm->m_disasm_up.get(); in CalculateMnemonicOperandsAndComment() 610 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in CalculateMnemonicOperandsAndComment() 613 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment() 615 const bool saved_use_color = mc_disasm_ptr->GetUseColor(); in CalculateMnemonicOperandsAndComment() 616 mc_disasm_ptr->SetUseColor(false); in CalculateMnemonicOperandsAndComment() 617 mc_disasm_ptr->PrintMCInst(inst, pc, out_string, comment_string); in CalculateMnemonicOperandsAndComment() [all …]
|