Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp627 auto ExpF = getFileName(Strings, Checksums, IL.Header->FileID); in fromCodeViewSubsection() local
628 if (!ExpF) in fromCodeViewSubsection()
629 return ExpF.takeError(); in fromCodeViewSubsection()
630 Site.FileName = *ExpF; in fromCodeViewSubsection()