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.h81 struct HexFormattedString { struct
88 HexFormattedString ChecksumBytes; argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp66 LLVM_YAML_DECLARE_SCALAR_TRAITS(HexFormattedString, QuotingType::None)
249 void ScalarTraits<HexFormattedString>::output(const HexFormattedString &Value, in output()
256 StringRef ScalarTraits<HexFormattedString>::input(StringRef Scalar, void *ctxt, in input()
257 HexFormattedString &Value) { in input()