Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp82 bool instrumentWithShadowUpdate(IRBuilder<> &IRB, const MDNode *TBAAMD,
182 instrumentWithShadowUpdate(IRB, TBAAMD, GV, AccessSize, false, false, in instrumentGlobals()
550 if (instrumentWithShadowUpdate( in sanitizeFunction()
577 bool TypeSanitizer::instrumentWithShadowUpdate( in instrumentWithShadowUpdate() function in TypeSanitizer