Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h32 bool InsertVersionCheck = true; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp915 ModuleAddressSanitizer(Module &M, bool InsertVersionCheck, in ModuleAddressSanitizer() argument
923 InsertVersionCheck(ClInsertVersionCheck.getNumOccurrences() > 0 in ModuleAddressSanitizer()
925 : InsertVersionCheck), in ModuleAddressSanitizer()
1001 bool InsertVersionCheck; member in __anon4b8f1cd00211::ModuleAddressSanitizer
1312 M, Options.InsertVersionCheck, Options.CompileKernel, Options.Recover, in run()
2802 InsertVersionCheck ? (kAsanVersionCheckNamePrefix + AsanVersion) : ""; in instrumentModule()