Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp169 internal_memcpy(uuid_, uuid, sizeof(uuid_)); in set()
177 internal_memcpy(uuid_, uuid, size); in setUuid()
187 internal_memset(uuid_, 0, kModuleUUIDSize); in clear()
H A Dsanitizer_common.h829 internal_memset(uuid_, 0, kModuleUUIDSize); in LoadedModule()
845 const u8 *uuid() const { return uuid_; } in uuid()
876 u8 uuid_[kModuleUUIDSize]; variable