Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h65 void removeASanIncompatibleFnAttributes(Function &F, bool ReadsArgMem);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp619 void removeASanIncompatibleFnAttributes(Function &F, bool ReadsArgMem) { in removeASanIncompatibleFnAttributes() argument
643 if (ReadsArgMem) { in removeASanIncompatibleFnAttributes()