Searched refs:show_bytes (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 172 const bool show_bytes = true; in Log() local 179 show_bytes, nullptr, nullptr, nullptr, in Log()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.cpp | 66 show_bytes = true; in SetOptionValue() 157 show_bytes = false; in OptionParsingStarting() 465 if (m_options.show_bytes) in DoExecute()
|
| H A D | CommandObjectDisassemble.h | 48 bool show_bytes; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 530 const bool show_bytes = (options & eOptionShowBytes) != 0; in PrintInstructions() local 531 inst->Dump(&strm, max_opcode_byte_size, true, show_bytes, &exe_ctx, &sc, in PrintInstructions() 579 bool show_address, bool show_bytes, in Dump() argument 598 if (show_bytes) { in Dump() 960 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes, in Dump() argument 979 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, exe_ctx, in Dump()
|
| H A D | DumpDataExtractor.cpp | 169 const bool show_bytes = true; in DumpInstructions() local 172 disassembler_sp->GetInstructionList().Dump(s, show_address, show_bytes, in DumpInstructions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 143 bool show_bytes, const ExecutionContext *exe_ctx, 318 void Dump(Stream *s, bool show_address, bool show_bytes,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 559 const bool show_bytes = false; in GetDisassembly() local 560 disassembler_sp->GetInstructionList().Dump(&strm, show_address, show_bytes, in GetDisassembly()
|
| H A D | Function.cpp | 443 const bool show_bytes = false; in GetDisassembly() local 444 disassembler_sp->GetInstructionList().Dump(&strm, show_address, show_bytes, in GetDisassembly()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 84 const bool show_bytes = true; in GetNonCallSiteUnwindPlanFromAssembly() local 246 show_bytes, nullptr, nullptr, nullptr, &format, 0); in GetNonCallSiteUnwindPlanFromAssembly()
|