Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h78 StringRef VersionCheckName = StringRef(),
93 StringRef VersionCheckName = StringRef(), bool Weak = false);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp254 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 DMemProfInstrumentation.cpp527 std::string VersionCheckName = in instrumentModule() local
533 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
H A DAddressSanitizer.cpp2801 std::string VersionCheckName = in instrumentModule() local
2806 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()