Searched refs:VersionCheckName (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ModuleUtils.h | 78 StringRef VersionCheckName = StringRef(), 93 StringRef VersionCheckName = StringRef(), bool Weak = false);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 254 StringRef VersionCheckName, bool Weak) { in createSanitizerCtorAndInitFunctions() argument 282 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions() 284 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions() 300 StringRef VersionCheckName, bool Weak) { in getOrCreateSanitizerCtorAndInitFunctions() argument 314 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName, Weak); in getOrCreateSanitizerCtorAndInitFunctions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfInstrumentation.cpp | 527 std::string VersionCheckName = in instrumentModule() local 533 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|
| H A D | AddressSanitizer.cpp | 2801 std::string VersionCheckName = in instrumentModule() local 2806 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|