Searched refs:ConvertedCS (Results 1 – 1 of 1) sorted by relevance
569 auto ConvertedCS = convertOneChecksum(Strings, CS); in fromCodeViewSubsection() local570 if (!ConvertedCS) in fromCodeViewSubsection()571 return ConvertedCS.takeError(); in fromCodeViewSubsection()572 Result->Checksums.push_back(*ConvertedCS); in fromCodeViewSubsection()