Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp172 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 DCommandObjectDisassemble.cpp66 show_bytes = true; in SetOptionValue()
157 show_bytes = false; in OptionParsingStarting()
465 if (m_options.show_bytes) in DoExecute()
H A DCommandObjectDisassemble.h48 bool show_bytes; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp530 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 DDumpDataExtractor.cpp169 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 DDisassembler.h143 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 DSymbol.cpp559 const bool show_bytes = false; in GetDisassembly() local
560 disassembler_sp->GetInstructionList().Dump(&strm, show_address, show_bytes, in GetDisassembly()
H A DFunction.cpp443 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 DUnwindAssemblyInstEmulation.cpp84 const bool show_bytes = true; in GetNonCallSiteUnwindPlanFromAssembly() local
246 show_bytes, nullptr, nullptr, nullptr, &format, 0); in GetNonCallSiteUnwindPlanFromAssembly()