Searched refs:ReadName (Results 1 – 2 of 2) sorted by relevance
704 std::string ReadName; in checkRebuild() local708 [&](const Symbol &S) { ReadName = std::string(S.Name); }); in checkRebuild()710 return ReadName == VersionStorage.back(); in checkRebuild()
221 SmallString<32> ReadName("__tsan_read" + ByteSizeStr); in initialize() local222 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(), in initialize()