Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h66 StringRef VersionCheckName = StringRef(), bool Weak = false);
79 StringRef VersionCheckName = StringRef(), bool Weak = false);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp203 StringRef VersionCheckName, bool Weak) { in createSanitizerCtorAndInitFunctions() argument
231 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions()
233 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
249 StringRef VersionCheckName, bool Weak) { in getOrCreateSanitizerCtorAndInitFunctions() argument
263 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName, Weak); in getOrCreateSanitizerCtorAndInitFunctions()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp474 std::string VersionCheckName = in instrumentModule() local
480 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
H A DAddressSanitizer.cpp2469 std::string VersionCheckName = in instrumentModule() local
2474 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()