Searched refs:GuidBytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp241 ArrayRef<uint8_t> GuidBytes; local
242 if (auto EC = Reader->readBytes(GuidBytes, GuidSize))
244 memcpy(Guid.Guid, GuidBytes.data(), GuidSize);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp193 StringRef GuidBytes(reinterpret_cast<const char *>(&G), sizeof(G));
194 codeview::detail::GuidAdapter A(GuidBytes);

Completed in 66 milliseconds