Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h31 int PrintSourceContext; variable
39 bool PrintPretty = false, int PrintSourceContext = 0,
42 PrintPretty(PrintPretty), PrintSourceContext(PrintSourceContext), in OS()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp40 if (PrintSourceContext <= 0) in printContext()
50 std::max(static_cast<int64_t>(1), Line - PrintSourceContext / 2); in printContext()
51 int64_t LastLine = FirstLine + PrintSourceContext; in printContext()