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.cpp427 bool UseMatchAllCallback; member in __anon1b7bdbef0111::HWAddressSanitizer
637 UseMatchAllCallback = !CompileKernel && MatchAllTag.has_value(); in initializeModule()
672 const std::string MatchAllStr = UseMatchAllCallback ? "_match_all" : ""; in initializeCallbacks()
676 if (UseMatchAllCallback) { in initializeCallbacks()
1076 if (UseMatchAllCallback) in instrumentMemIntrinsic()
1084 if (UseMatchAllCallback) in instrumentMemIntrinsic()
1109 if (UseMatchAllCallback) in instrumentMemAccess()
1125 if (UseMatchAllCallback) in instrumentMemAccess()