Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp223 constexpr uint32_t GuidSize = 16; in mapGuid() local
227 StringRef((reinterpret_cast<const char *>(&Guid)), GuidSize); in mapGuid()
230 incrStreamedLen(GuidSize); in mapGuid()
234 if (maxFieldLength() < GuidSize) in mapGuid()
242 if (auto EC = Reader->readBytes(GuidBytes, GuidSize)) in mapGuid()
244 memcpy(Guid.Guid, GuidBytes.data(), GuidSize); in mapGuid()