Searched refs:VersionCheckName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 155 StringRef VersionCheckName) { in createSanitizerCtorAndInitFunctions() argument 167 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions() 170 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions() 182 StringRef VersionCheckName) { in getOrCreateSanitizerCtorAndInitFunctions() argument 194 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName); in getOrCreateSanitizerCtorAndInitFunctions()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | ModuleUtils.h | 59 StringRef VersionCheckName = StringRef()); 72 StringRef VersionCheckName = StringRef());
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 2297 std::string VersionCheckName = in runOnModule() local 2301 /*InitArgs=*/{}, VersionCheckName); in runOnModule()
|