Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp64 void PrintMCInst(llvm::MCInst &mc_inst, lldb::addr_t pc,
624 mc_disasm_ptr->PrintMCInst(inst, pc, out_string, comment_string); in CalculateMnemonicOperandsAndComment()
626 mc_disasm_ptr->PrintMCInst(inst, pc, markup_out_string, in CalculateMnemonicOperandsAndComment()
1365 void DisassemblerLLVMC::MCDisasmInstance::PrintMCInst( in PrintMCInst() function in DisassemblerLLVMC::MCDisasmInstance