Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h31 bool InsertVersionCheck = true; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp794 ModuleAddressSanitizer(Module &M, bool InsertVersionCheck, in ModuleAddressSanitizer() argument
801 InsertVersionCheck(ClInsertVersionCheck.getNumOccurrences() > 0 in ModuleAddressSanitizer()
803 : InsertVersionCheck), in ModuleAddressSanitizer()
877 bool InsertVersionCheck; member in __anon5057f5c60211::ModuleAddressSanitizer
1178 M, Options.InsertVersionCheck, Options.CompileKernel, Options.Recover, in run()
2649 InsertVersionCheck ? (kAsanVersionCheckNamePrefix + AsanVersion) : ""; in instrumentModule()