Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp51 std::optional<StringRef> pruneSource(const std::optional<StringRef> &Source) { in pruneSource() function in llvm::symbolize::SourceCode
82 PrunedSource(pruneSource(load(FileName, EmbeddedSource))) {} in SourceCode()