Home
last modified time | relevance | path

Searched refs:VersionCheckName (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp139 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 DModuleUtils.h56 StringRef VersionCheckName = StringRef());
69 StringRef VersionCheckName = StringRef());
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp514 std::string VersionCheckName = in instrumentModule() local
520 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
H A DAddressSanitizer.cpp2588 std::string VersionCheckName = in instrumentModule() local
2593 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()