Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h80 struct HexFormattedString { struct
87 HexFormattedString ChecksumBytes; argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp68 LLVM_YAML_DECLARE_SCALAR_TRAITS(HexFormattedString, QuotingType::None)
251 void ScalarTraits<HexFormattedString>::output(const HexFormattedString &Value, in output()
258 StringRef ScalarTraits<HexFormattedString>::input(StringRef Scalar, void *ctxt, in input()
259 HexFormattedString &Value) { in input()