Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp35 load(StringRef FileName, const std::optional<StringRef> &EmbeddedSource) { in load() argument
39 if (EmbeddedSource) in load()
40 return EmbeddedSource; in load()
77 const std::optional<StringRef> &EmbeddedSource = in SourceCode() argument
82 PrunedSource(pruneSource(load(FileName, EmbeddedSource))) {} in SourceCode()