Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h560 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record() argument
562 assert(GuidStr.size() == 16 && "guid isn't 16 bytes"); in TypeServer2Record()
563 ::memcpy(Guid.Guid, GuidStr.data(), 16); in TypeServer2Record()