Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp787 int GetAsanVersion(const Module &M) const;
2237 int AddressSanitizerModule::GetAsanVersion(const Module &M) const { in GetAsanVersion() function in AddressSanitizerModule
2261 kAsanVersionCheckNamePrefix + std::to_string(GetAsanVersion(M)); in runOnModule()