Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp457 bool UseMatchAllCallback; member in __anon1b7bdbef0211::HWAddressSanitizer
675 UseMatchAllCallback = !CompileKernel && MatchAllTag.has_value(); in initializeModule()
709 const std::string MatchAllStr = UseMatchAllCallback ? "_match_all" : ""; in initializeCallbacks()
713 if (UseMatchAllCallback) { in initializeCallbacks()
1113 if (UseMatchAllCallback) in instrumentMemIntrinsic()
1121 if (UseMatchAllCallback) in instrumentMemIntrinsic()
1157 if (UseMatchAllCallback) in instrumentMemAccess()
1173 if (UseMatchAllCallback) in instrumentMemAccess()