Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp80 Instruction *getAppMemMask(Function &F);
165 Value *AppMemMask = getAppMemMask(*TysanGlobalsSetTypeFunction); in instrumentGlobals()
456 Instruction *TypeSanitizer::getAppMemMask(Function &F) { in getAppMemMask() function in TypeSanitizer
546 Instruction *AppMemMask = NeedsInstrumentation ? nullptr : getAppMemMask(F); in sanitizeFunction()
836 AppMemMask = getAppMemMask(*F); in instrumentMemInst()