Home
last modified time | relevance | path

Searched defs:DebugH (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp29 io.mapRequired("HashAlgorithm", DebugH.HashAlgorithm); in mapping() argument
48 assert((DebugH.size() - 8) % 8 == 0); in fromDebugH() argument
67 uint32_t Size = 8 + 8 * DebugH argument
[all...]
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h87 std::optional<CodeViewYAML::DebugHSection> DebugH; member