Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h453 void PrintInstructions(Debugger &debugger, const ArchSpec &arch,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp185 disasm_sp->PrintInstructions(debugger, arch, exe_ctx, in Disassemble()
274 void Disassembler::PrintInstructions(Debugger &debugger, const ArchSpec &arch, in PrintInstructions() function in Disassembler