Home
last modified time | relevance | path

Searched refs:show_control_flow_kind (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp173 const bool show_control_flow_kind = true; in Log()
179 show_bytes, show_control_flow_kind, nullptr, nullptr, in Log()
174 const bool show_control_flow_kind = true; Log() local
H A DTraceDumper.cpp191 /*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 DCommandObjectDisassemble.cpp70 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 DCommandObjectDisassemble.h49 bool show_control_flow_kind; variable
H A DCommandObjectThread.cpp2276 m_dumper_options.show_control_flow_kind = true; in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp527 const bool show_control_flow_kind = in PrintInstructions() local
530 show_control_flow_kind, &exe_ctx, &sc, &prev_sc, nullptr, in PrintInstructions()
604 bool show_control_flow_kind, in Dump() argument
642 if (show_control_flow_kind) { in Dump()
1000 bool show_control_flow_kind, in Dump() argument
1020 show_control_flow_kind, exe_ctx, nullptr, nullptr, in Dump()
H A DDumpDataExtractor.cpp154 const bool show_control_flow_kind = 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,
343 bool show_control_flow_kind, const ExecutionContext *exe_ctx);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h41 bool show_control_flow_kind = false; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp86 const bool show_control_flow_kind = false; in GetNonCallSiteUnwindPlanFromAssembly() local
245 show_bytes, show_control_flow_kind, nullptr, nullptr, in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp477 const bool show_control_flow_kind = false; in GetDisassembly() local
479 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
H A DSymbol.cpp608 const bool show_control_flow_kind = false; in GetDisassembly() local
610 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()