Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp180 ArrayRef<uint8_t> GuidBytes; in mapGuid() local
181 if (auto EC = Reader->readBytes(GuidBytes, GuidSize)) in mapGuid()
183 memcpy(Guid.Guid, GuidBytes.data(), GuidSize); in mapGuid()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp276 ArrayRef<uint8_t> GuidBytes(reinterpret_cast<const uint8_t*>(&Id), 16); in operator <<()
279 uint8_t Byte = GuidBytes[i]; in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp189 StringRef GuidBytes(reinterpret_cast<const char *>(&G), sizeof(G)); in operator <<()
190 codeview::detail::GuidAdapter A(GuidBytes); in operator <<()