Home
last modified time | relevance | path

Searched refs:declareSanitizerInitFunction (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp115 llvm::declareSanitizerInitFunction(Module &M, StringRef InitName, in declareSanitizerInitFunction() function in llvm
142 declareSanitizerInitFunction(M, InitName, InitArgTypes); in createSanitizerCtorAndInitFunctions()
168 return {Ctor, declareSanitizerInitFunction(M, InitName, InitArgTypes)}; in getOrCreateSanitizerCtorAndInitFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h42 FunctionCallee declareSanitizerInitFunction(Module &M, StringRef InitName,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp567 declareSanitizerInitFunction(*F.getParent(), MemProfInitName, {}); in maybeInsertMemProfInitAtFunctionEntry()
H A DSanitizerCoverage.cpp504 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule()
H A DAddressSanitizer.cpp2711 declareSanitizerInitFunction(*F.getParent(), kAsanInitName, {}); in maybeInsertAsanInitAtFunctionEntry()