Searched defs:VersionCheckName (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 208 createSanitizerCtorAndInitFunctions(Module & M,StringRef CtorName,StringRef InitName,ArrayRef<Type * > InitArgTypes,ArrayRef<Value * > InitArgs,StringRef VersionCheckName,bool Weak) createSanitizerCtorAndInitFunctions() argument 254 getOrCreateSanitizerCtorAndInitFunctions(Module & M,StringRef CtorName,StringRef InitName,ArrayRef<Type * > InitArgTypes,ArrayRef<Value * > InitArgs,function_ref<void (Function *,FunctionCallee)> FunctionsCreatedCallback,StringRef VersionCheckName,bool Weak) getOrCreateSanitizerCtorAndInitFunctions() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 542 std::string VersionCheckName = instrumentModule() local
|
H A D | AddressSanitizer.cpp | 2740 std::string VersionCheckName = instrumentModule() local
|