Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h81 struct HexFormattedString { struct
88 HexFormattedString ChecksumBytes; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
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()