| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 173 const bool show_control_flow_kind = true; in Log() local 179 show_bytes, show_control_flow_kind, nullptr, nullptr, in Log()
|
| H A D | TraceDumper.cpp | 161 /*show_bytes=*/false, m_options.show_control_flow_kind, in TraceItem()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | TraceDumper.h | 38 bool show_control_flow_kind = false; member
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.cpp | 70 show_control_flow_kind = true; in SetOptionValue() 162 show_control_flow_kind = false; in OptionParsingStarting() 501 if (m_options.show_control_flow_kind) in DoExecute()
|
| H A D | CommandObjectDisassemble.h | 49 bool show_control_flow_kind; variable
|
| H A D | CommandObjectThread.cpp | 2161 m_dumper_options.show_control_flow_kind = true; in SetOptionValue()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Disassembler.cpp | 530 const bool show_control_flow_kind = in PrintInstructions() local 533 show_control_flow_kind, &exe_ctx, &sc, &prev_sc, nullptr, in PrintInstructions() 607 bool show_control_flow_kind, in Dump() argument 645 if (show_control_flow_kind) { in Dump() 996 bool show_control_flow_kind, in Dump() argument 1016 show_control_flow_kind, exe_ctx, nullptr, nullptr, in Dump()
|
| H A D | DumpDataExtractor.cpp | 173 const bool show_control_flow_kind = true; in DumpInstructions() local 177 s, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in DumpInstructions()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 155 bool show_bytes, bool show_control_flow_kind, 339 bool show_control_flow_kind, const ExecutionContext *exe_ctx);
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Function.cpp | 442 const bool show_control_flow_kind = false; in GetDisassembly() local 444 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
|
| H A D | Symbol.cpp | 561 const bool show_control_flow_kind = false; in GetDisassembly() local 563 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 86 const bool show_control_flow_kind = true; in GetNonCallSiteUnwindPlanFromAssembly() local 248 show_bytes, show_control_flow_kind, nullptr, nullptr, in GetNonCallSiteUnwindPlanFromAssembly()
|