Home
last modified time | relevance | path

Searched defs:DebugH (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp30 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()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h77 Optional<CodeViewYAML::DebugHSection> DebugH; member
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp340 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