Searched refs:show_bytes (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 171 const bool show_bytes = true; in Log() local 179 show_bytes, show_control_flow_kind, nullptr, nullptr, in Log()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.cpp | 66 show_bytes = true; in SetOptionValue() 161 show_bytes = false; in OptionParsingStarting() 498 if (m_options.show_bytes) in DoExecute()
|
| H A D | CommandObjectDisassemble.h | 48 bool show_bytes; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Disassembler.cpp | 529 const bool show_bytes = (options & eOptionShowBytes) != 0; in PrintInstructions() local 532 inst->Dump(&strm, max_opcode_byte_size, true, show_bytes, in PrintInstructions() 606 bool show_address, bool show_bytes, in Dump() argument 626 if (show_bytes) { in Dump() 995 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes, in Dump() argument 1015 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, in Dump()
|
| H A D | DumpDataExtractor.cpp | 153 const bool show_bytes = true; in DumpInstructions() local 158 s, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in DumpInstructions()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 155 bool show_bytes, bool show_control_flow_kind, 338 void Dump(Stream *s, bool show_address, bool show_bytes,
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Function.cpp | 441 const bool show_bytes = false; in GetDisassembly() local 444 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
|
| H A D | Symbol.cpp | 559 const bool show_bytes = false; in GetDisassembly() local 562 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 85 const bool show_bytes = true; in GetNonCallSiteUnwindPlanFromAssembly() local 245 show_bytes, show_control_flow_kind, nullptr, nullptr, in GetNonCallSiteUnwindPlanFromAssembly()
|