Searched refs:DebugHSection (Results 1 – 3 of 3) sorted by relevance
42 struct DebugHSection { struct49 DebugHSection fromDebugH(ArrayRef<uint8_t> DebugH); argument50 ArrayRef<uint8_t> toDebugH(const DebugHSection &DebugH,57 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::DebugHSection)
76 Optional<CodeViewYAML::DebugHSection> DebugH;
29 void MappingTraits<DebugHSection>::mapping(IO &io, DebugHSection &DebugH) { in mapping()48 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) { in fromDebugH()53 DebugHSection DHS; in fromDebugH()67 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugH(const DebugHSection &DebugH, in toDebugH()