Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2468 std::string AsanVersion = std::to_string(GetAsanVersion(M)); in instrumentModule() local
2470 ClInsertVersionCheck ? (kAsanVersionCheckNamePrefix + AsanVersion) : ""; in instrumentModule()