Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp171 const bool show_bytes = true; in Log()
179 show_bytes, show_control_flow_kind, nullptr, nullptr, in Log()
172 const bool show_bytes = true; Log() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp66 show_bytes = true; in SetOptionValue()
161 show_bytes = false; in OptionParsingStarting()
498 if (m_options.show_bytes) in DoExecute()
H A DCommandObjectDisassemble.h48 bool show_bytes; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp526 const bool show_bytes = (options & eOptionShowBytes) != 0; in PrintInstructions() local
529 inst->Dump(&strm, max_opcode_byte_size, true, show_bytes, in PrintInstructions()
603 bool show_address, bool show_bytes, in Dump() argument
623 if (show_bytes) { in Dump()
999 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes, in Dump() argument
1019 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, in Dump()
H A DDumpDataExtractor.cpp153 const bool show_bytes = false; in DumpInstructions() local
158 s, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in DumpInstructions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h157 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 DUnwindAssemblyInstEmulation.cpp85 const bool show_bytes = true; in GetNonCallSiteUnwindPlanFromAssembly() local
245 show_bytes, show_control_flow_kind, nullptr, nullptr, in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp476 const bool show_bytes = false; in GetDisassembly() local
479 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
H A DSymbol.cpp607 const bool show_bytes = false; in GetDisassembly() local
610 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()