Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp35 const Optional<StringRef> &EmbeddedSource) { in load() argument
39 if (EmbeddedSource) in load()
40 return EmbeddedSource; in load()
78 const Optional<StringRef> &EmbeddedSource = Optional<StringRef>(None)) in SourceCode() argument
82 PrunedSource(pruneSource(load(FileName, EmbeddedSource))) {} in SourceCode()