Searched refs:VersionCheckName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 139 StringRef VersionCheckName) { in createSanitizerCtorAndInitFunctions() argument 148 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions() 150 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions() 162 StringRef VersionCheckName) { in getOrCreateSanitizerCtorAndInitFunctions() argument 175 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName); in getOrCreateSanitizerCtorAndInitFunctions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ModuleUtils.h | 56 StringRef VersionCheckName = StringRef()); 69 StringRef VersionCheckName = StringRef());
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 514 std::string VersionCheckName = in instrumentModule() local 520 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|
| H A D | AddressSanitizer.cpp | 2588 std::string VersionCheckName = in instrumentModule() local 2593 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|