Searched refs:VersionCheckName (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 138 StringRef VersionCheckName) { in createSanitizerCtorAndInitFunctions() argument 147 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions() 149 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions() 161 StringRef VersionCheckName) { in getOrCreateSanitizerCtorAndInitFunctions() argument 174 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName); in getOrCreateSanitizerCtorAndInitFunctions()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | ModuleUtils.h | 58 StringRef VersionCheckName = StringRef()); 71 StringRef VersionCheckName = StringRef());
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 532 std::string VersionCheckName = in instrumentModule() local 538 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|
| H A D | AddressSanitizer.cpp | 2434 std::string VersionCheckName = in instrumentModule() local 2439 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|