Searched refs:declareSanitizerInitFunction (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 111 llvm::declareSanitizerInitFunction(Module &M, StringRef InitName, in declareSanitizerInitFunction() function in llvm 128 declareSanitizerInitFunction(M, InitName, InitArgTypes); in createSanitizerCtorAndInitFunctions() 157 return {Ctor, declareSanitizerInitFunction(M, InitName, InitArgTypes)}; in getOrCreateSanitizerCtorAndInitFunctions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 44 FunctionCallee declareSanitizerInitFunction(Module &M, StringRef InitName,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 467 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule()
|
D | AddressSanitizer.cpp | 2551 declareSanitizerInitFunction(*F.getParent(), kAsanInitName, {}); in maybeInsertAsanInitAtFunctionEntry()
|