Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp345 static bool isVtableAccess(Instruction *I) { in isVtableAccess() function
391 if (isVtableAccess(L)) { in addrPointsToConstantData()
603 if (IsWrite && isVtableAccess(II.Inst)) { in instrumentLoadOrStore()
619 if (!IsWrite && isVtableAccess(II.Inst)) { in instrumentLoadOrStore()