Home
last modified time | relevance | path

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

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