Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp316 std::string FormattedSource; in print() local
317 raw_string_ostream Stream(FormattedSource); in print()
319 if (!FormattedSource.empty()) in print()
320 Object["Source"] = std::move(FormattedSource); in print()