Home
last modified time | relevance | path

Searched refs:DebugHSection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h42 struct DebugHSection { struct
49 DebugHSection fromDebugH(ArrayRef<uint8_t> DebugH); argument
50 ArrayRef<uint8_t> toDebugH(const DebugHSection &DebugH,
57 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::DebugHSection)
H A DCOFFYAML.h76 Optional<CodeViewYAML::DebugHSection> DebugH;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp29 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()