Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp402 bool UseMatchAllCallback; member in __anon75deca650111::HWAddressSanitizer
623 UseMatchAllCallback = !CompileKernel && MatchAllTag.has_value(); in initializeModule()
661 const std::string MatchAllStr = UseMatchAllCallback ? "_match_all" : ""; in initializeCallbacks()
665 if (UseMatchAllCallback) { in initializeCallbacks()
1019 if (UseMatchAllCallback) in instrumentMemIntrinsic()
1027 if (UseMatchAllCallback) in instrumentMemIntrinsic()
1052 if (UseMatchAllCallback) in instrumentMemAccess()
1068 if (UseMatchAllCallback) in instrumentMemAccess()