Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp304 static std::string streamValidate(RawContentStream &Stream) { in streamValidate() function
328 static std::string streamValidate(Memory64ListStream &Stream) { in streamValidate() function
472 return streamValidate(cast<RawContentStream>(*S)); in validate()
474 return streamValidate(cast<Memory64ListStream>(*S)); in validate()