Searched refs:show_bytes (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 172 const bool show_bytes = true; in Log() local 180 show_bytes, show_control_flow_kind, nullptr, nullptr, in Log()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.cpp | 67 show_bytes = true; in SetOptionValue() 171 show_bytes = false; in OptionParsingStarting() 522 if (m_options.show_bytes) in DoExecute()
|
| H A D | CommandObjectDisassemble.h | 60 bool show_bytes; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 540 const bool show_bytes = (options & eOptionShowBytes) != 0; in PrintInstructions() local 543 inst->Dump(&strm, max_opcode_byte_size, true, show_bytes, in PrintInstructions() 635 bool show_address, bool show_bytes, in Dump() argument 655 if (show_bytes) { in Dump() 1033 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes, in Dump() argument 1053 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, in Dump()
|
| H A D | DumpDataExtractor.cpp | 154 const bool show_bytes = false; in DumpInstructions() local 159 s, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in DumpInstructions()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 157 bool show_bytes, bool show_control_flow_kind, 342 void Dump(Stream *s, bool show_address, bool show_bytes,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 87 const bool show_bytes = true; in GetNonCallSiteUnwindPlanFromAssembly() local 177 show_bytes, show_control_flow_kind, nullptr, nullptr, in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 487 const bool show_bytes = false; in GetDisassembly() local 490 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
|
| H A D | Symbol.cpp | 607 const bool show_bytes = false; in GetDisassembly() local 610 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
|