Searched defs:DebugH (Results 1 – 3 of 3) sorted by relevance
30 void MappingTraits<DebugHSection>::mapping(IO &io, DebugHSection &DebugH) { in mapping()49 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) { in fromDebugH()68 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugH(const DebugHSection &DebugH, in toDebugH()
77 Optional<CodeViewYAML::DebugHSection> DebugH; member
340 static bool canUseDebugH(ArrayRef<uint8_t> DebugH) { in canUseDebugH()363 getHashesFromDebugH(ArrayRef<uint8_t> DebugH) { in getHashesFromDebugH()494 if (Optional<ArrayRef<uint8_t>> DebugH = getDebugH(File)) in mergeDebugT() local