Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h81 struct HexFormattedString { struct
88 HexFormattedString ChecksumBytes; argument
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp69 LLVM_YAML_DECLARE_SCALAR_TRAITS(HexFormattedString, QuotingType::None)
252 void ScalarTraits<HexFormattedString>::output(const HexFormattedString &Value, in output()
259 StringRef ScalarTraits<HexFormattedString>::input(StringRef Scalar, void *ctxt, in input()
260 HexFormattedString &Value) { in input()