Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp277 static bool canUseDebugH(ArrayRef<uint8_t> debugH) { in canUseDebugH()
301 getHashesFromDebugH(ArrayRef<uint8_t> debugH) { in getHashesFromDebugH()
586 if (std::optional<ArrayRef<uint8_t>> debugH = getDebugH(file)) { in loadGHashes() local