Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp635 auto ExpF2 = getFileName(Strings, Checksums, EF); in fromCodeViewSubsection() local
636 if (!ExpF2) in fromCodeViewSubsection()
637 return ExpF2.takeError(); in fromCodeViewSubsection()
638 Site.ExtraFiles.push_back(*ExpF2); in fromCodeViewSubsection()