Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp172 constexpr uint32_t GuidSize = 16; in mapGuid() local
173 if (maxFieldLength() < GuidSize) in mapGuid()
181 if (auto EC = Reader->readBytes(GuidBytes, GuidSize)) in mapGuid()
183 memcpy(Guid.Guid, GuidBytes.data(), GuidSize); in mapGuid()