Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp76 const Optional<StringRef> PrunedSource; member in llvm::symbolize::SourceCode
84 PrunedSource(pruneSource(load(FileName, EmbeddedSource))) {} in SourceCode()
87 if (!PrunedSource) in format()
91 for (size_t Pos = 0; Pos < PrunedSource->size(); ++L) { in format()
92 size_t PosEnd = PrunedSource->find('\n', Pos); in format()
93 StringRef String = PrunedSource->substr( in format()