Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp571 auto ConvertedCS = convertOneChecksum(Strings, CS); in fromCodeViewSubsection() local
572 if (!ConvertedCS) in fromCodeViewSubsection()
573 return ConvertedCS.takeError(); in fromCodeViewSubsection()
574 Result->Checksums.push_back(*ConvertedCS); in fromCodeViewSubsection()