Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp165 const bool show_bytes = true; in Log() local
175 show_bytes, nullptr, nullptr, nullptr, in Log()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.h51 bool show_bytes; variable
H A DCommandObjectDisassemble.cpp97 show_bytes = true; in SetOptionValue()
186 show_bytes = false; in OptionParsingStarting()
316 if (m_options.show_bytes) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp629 const bool show_bytes = (options & eOptionShowBytes) != 0; in PrintInstructions() local
630 inst->Dump(&strm, max_opcode_byte_size, true, show_bytes, &exe_ctx, &sc, in PrintInstructions()
684 bool show_address, bool show_bytes, in Dump() argument
703 if (show_bytes) { in Dump()
1058 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes, in Dump() argument
1077 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, exe_ctx, in Dump()
H A DDumpDataExtractor.cpp177 const bool show_bytes = true; in DumpDataExtractor() local
181 show_bytes, &exe_ctx); in DumpDataExtractor()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h165 bool show_bytes, const ExecutionContext *exe_ctx,
308 void Dump(Stream *s, bool show_address, bool show_bytes,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp386 const bool show_bytes = false; in GetDisassembly() local
387 disassembler_sp->GetInstructionList().Dump(&strm, show_address, show_bytes, in GetDisassembly()
H A DSymbol.cpp556 const bool show_bytes = false; in GetDisassembly() local
557 disassembler_sp->GetInstructionList().Dump(&strm, show_address, show_bytes, in GetDisassembly()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp85 const bool show_bytes = true; in GetNonCallSiteUnwindPlanFromAssembly() local
219 show_bytes, NULL, NULL, NULL, &format, 0); in GetNonCallSiteUnwindPlanFromAssembly()