Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp74 const std::optional<StringRef> PrunedSource; member in llvm::symbolize::SourceCode
82 PrunedSource(pruneSource(load(FileName, EmbeddedSource))) {} in SourceCode()
85 if (!PrunedSource) in format()
89 for (size_t Pos = 0; Pos < PrunedSource->size(); ++L) { in format()
90 size_t PosEnd = PrunedSource->find('\n', Pos); in format()
91 StringRef String = PrunedSource->substr( in format()