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