Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypeHashing.h43 struct DebugHSection { struct
50 DebugHSection fromDebugH(ArrayRef<uint8_t> DebugH); argument
51 ArrayRef<uint8_t> toDebugH(const DebugHSection &DebugH,
58 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::DebugHSection)
DCOFFYAML.h71 Optional<CodeViewYAML::DebugHSection> DebugH;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp30 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()