Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h579 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record() argument
581 assert(GuidStr.size() == 16 && "guid isn't 16 bytes"); in TypeServer2Record()
582 ::memcpy(Guid.Guid, GuidStr.data(), 16); in TypeServer2Record()