Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp137 StringRef VersionCheckName) { in createSanitizerCtorAndInitFunctions() argument
146 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions()
148 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
160 StringRef VersionCheckName) { in getOrCreateSanitizerCtorAndInitFunctions() argument
173 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName); in getOrCreateSanitizerCtorAndInitFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h56 StringRef VersionCheckName = StringRef());
69 StringRef VersionCheckName = StringRef());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp514 std::string VersionCheckName = in instrumentModule() local
520 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
H A DAddressSanitizer.cpp2596 std::string VersionCheckName = in instrumentModule() local
2601 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()