Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDHWAddressSanitizer.cpp344 bool ignoreAccessWithoutRemark(Instruction *Inst, Value *Ptr);
772 bool HWAddressSanitizer::ignoreAccessWithoutRemark(Instruction *Inst, in ignoreAccessWithoutRemark() function in HWAddressSanitizer
805 bool Ignored = ignoreAccessWithoutRemark(Inst, Ptr); in ignoreAccess()