Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp85 Value *AppMemMask, bool ForceSetType,
93 Instruction *AppMemMask, const DataLayout &DL);
165 Value *AppMemMask = getAppMemMask(*TysanGlobalsSetTypeFunction); in instrumentGlobals() local
183 ShadowBase, AppMemMask, true, false, in instrumentGlobals()
546 Instruction *AppMemMask = NeedsInstrumentation ? nullptr : getAppMemMask(F); in sanitizeFunction() local
553 ShadowBase, AppMemMask, false, SanitizeFunction, TypeDescriptors, in sanitizeFunction()
561 Res |= instrumentMemInst(Inst, ShadowBase, AppMemMask, DL); in sanitizeFunction()
568 Value *ShadowBase, Value *AppMemMask) { in convertToShadowDataInt() argument
572 AppMemMask, "app.ptr.masked"), in convertToShadowDataInt()
579 bool IsRead, bool IsWrite, Value *ShadowBase, Value *AppMemMask, in instrumentWithShadowUpdate() argument
[all …]