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.h66 StringRef VersionCheckName = StringRef(), bool Weak = false);
79 StringRef VersionCheckName = StringRef(), bool Weak = false);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp210 StringRef VersionCheckName, bool Weak) { in createSanitizerCtorAndInitFunctions() argument
238 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions()
240 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
256 StringRef VersionCheckName, bool Weak) { in getOrCreateSanitizerCtorAndInitFunctions() argument
270 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName, Weak); in getOrCreateSanitizerCtorAndInitFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp544 std::string VersionCheckName = in instrumentModule() local
550 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
H A DAddressSanitizer.cpp2740 std::string VersionCheckName = in instrumentModule() local
2745 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()