Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h66 std::error_code getRandomBytes(void *Buffer, size_t Size);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRandomNumberGenerator.cpp68 std::error_code llvm::getRandomBytes(void *Buffer, size_t Size) { in getRandomBytes() function in llvm
/openbsd-src/gnu/llvm/lld/ELF/
H A DWriter.cpp3019 if (auto ec = llvm::getRandomBytes(buildId.get(), hashSize)) in writeBuildId()