Home
last modified time | relevance | path

Searched refs:offset_in_command (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnosticsRendering.cpp86 std::optional<uint16_t> offset_in_command, in RenderDiagnosticDetails() argument
92 if (!offset_in_command) { in RenderDiagnosticDetails()
154 const size_t padding = *offset_in_command; in RenderDiagnosticDetails()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDiagnosticsRendering.h63 std::optional<uint16_t> offset_in_command,