Searched refs:VersionCheckName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ModuleUtils.h | 66 StringRef VersionCheckName = StringRef(), bool Weak = false); 79 StringRef VersionCheckName = StringRef(), bool Weak = false);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 207 StringRef VersionCheckName, bool Weak) { in createSanitizerCtorAndInitFunctions() argument 235 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions() 237 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions() 253 StringRef VersionCheckName, bool Weak) { in getOrCreateSanitizerCtorAndInitFunctions() argument 267 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName, Weak); in getOrCreateSanitizerCtorAndInitFunctions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 489 std::string VersionCheckName = in instrumentModule() local 495 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|
| H A D | AddressSanitizer.cpp | 2648 std::string VersionCheckName = in instrumentModule() local 2653 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|