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.cpp297 this->Rng = ClRandomSkipRate.getNumOccurrences() ? M.createRNG(DEBUG_TYPE) in HWAddressSanitizer()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h316 std::unique_ptr<RandomNumberGenerator> createRNG(const StringRef Name) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp113 Module::createRNG(const StringRef Name) const { in createRNG() function in Module