Home
last modified time | relevance | path

Searched refs:MaxLineNumberWidth (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp52 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine)); in printContext() local
58 OS << format_decimal(L, MaxLineNumberWidth); in printContext()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp47 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine)); in printContext() local
53 OS << format_decimal(L, MaxLineNumberWidth); in printContext()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp87 size_t MaxLineNumberWidth = std::ceil(std::log10(LastLine)); in format() local
95 OS << format_decimal(L, MaxLineNumberWidth); in format()