| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 174 const bool show_control_flow_kind = true; in Log() local 180 show_bytes, show_control_flow_kind, nullptr, nullptr, in Log()
|
| H A D | TraceDumper.cpp | 191 /*show_bytes=*/false, m_options.show_control_flow_kind, in TraceItem() 385 if (m_options.show_control_flow_kind) { in DumpInstruction()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.cpp | 71 show_control_flow_kind = true; in SetOptionValue() 172 show_control_flow_kind = false; in OptionParsingStarting() 525 if (m_options.show_control_flow_kind) in DoExecute()
|
| H A D | CommandObjectDisassemble.h | 61 bool show_control_flow_kind; variable
|
| H A D | CommandObjectThread.cpp | 2289 m_dumper_options.show_control_flow_kind = true; in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 541 const bool show_control_flow_kind = in PrintInstructions() local 544 show_control_flow_kind, &exe_ctx, &sc, &prev_sc, nullptr, in PrintInstructions() 636 bool show_control_flow_kind, in Dump() argument 674 if (show_control_flow_kind) { in Dump() 1034 bool show_control_flow_kind, in Dump() argument 1054 show_control_flow_kind, exe_ctx, nullptr, nullptr, in Dump()
|
| H A D | DumpDataExtractor.cpp | 155 const bool show_control_flow_kind = 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, 343 bool show_control_flow_kind, const ExecutionContext *exe_ctx);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TraceDumper.h | 41 bool show_control_flow_kind = false; member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 88 const bool show_control_flow_kind = false; 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 | 488 const bool show_control_flow_kind = false; in GetDisassembly() local 490 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
|
| H A D | Symbol.cpp | 608 const bool show_control_flow_kind = false; in GetDisassembly() local 610 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
|