Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DLowerAllowCheckPass.cpp83 Rng = F.getParent()->createRNG(F.getName()); in removeUbsanTraps()
H A DHWAddressSanitizer.cpp307 this->Rng = ClRandomKeepRate.getNumOccurrences() ? M.createRNG(DEBUG_TYPE) in HWAddressSanitizer()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h300 std::unique_ptr<RandomNumberGenerator> createRNG(const StringRef Name) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp149 Module::createRNG(const StringRef Name) const { in createRNG() function in Module