Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp572 auto ConvertedCS = convertOneChecksum(Strings, CS); in fromCodeViewSubsection() local
573 if (!ConvertedCS) in fromCodeViewSubsection()
574 return ConvertedCS.takeError(); in fromCodeViewSubsection()
575 Result->Checksums.push_back(*ConvertedCS); in fromCodeViewSubsection()