Searched refs:createRNG (Results 1 – 4 of 4) sorted by relevance
83 Rng = F.getParent()->createRNG(F.getName()); in removeUbsanTraps()
307 this->Rng = ClRandomKeepRate.getNumOccurrences() ? M.createRNG(DEBUG_TYPE) in HWAddressSanitizer()
300 std::unique_ptr<RandomNumberGenerator> createRNG(const StringRef Name) const;
149 Module::createRNG(const StringRef Name) const { in createRNG() function in Module