Searched refs:DebugHSection (Results 1 – 3 of 3) sorted by relevance
43 struct DebugHSection { struct50 DebugHSection fromDebugH(ArrayRef<uint8_t> DebugH); argument51 ArrayRef<uint8_t> toDebugH(const DebugHSection &DebugH,58 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::DebugHSection)
71 Optional<CodeViewYAML::DebugHSection> DebugH;
30 void MappingTraits<DebugHSection>::mapping(IO &io, DebugHSection &DebugH) { in mapping()49 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) { in fromDebugH()54 DebugHSection DHS; in fromDebugH()68 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugH(const DebugHSection &DebugH, in toDebugH()