Searched refs:declareSanitizerInitFunction (Results 1 – 9 of 9) sorted by relevance
/external/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 44 FunctionCallee declareSanitizerInitFunction(Module &M, StringRef InitName,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 51 FunctionCallee declareSanitizerInitFunction(Module &M, StringRef InitName,
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 173 FunctionCallee llvm::declareSanitizerInitFunction(Module &M, StringRef InitName, in declareSanitizerInitFunction() function in llvm 208 declareSanitizerInitFunction(M, InitName, InitArgTypes, Weak); in createSanitizerCtorAndInitFunctions() 258 declareSanitizerInitFunction(M, InitName, InitArgTypes, Weak)}; in getOrCreateSanitizerCtorAndInitFunctions()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
D | MemProfiler.cpp | 527 declareSanitizerInitFunction(*F.getParent(), MemProfInitName, {}); in maybeInsertMemProfInitAtFunctionEntry()
|
D | SanitizerCoverage.cpp | 518 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() 526 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule()
|
D | AddressSanitizer.cpp | 2603 declareSanitizerInitFunction(*F.getParent(), kAsanInitName, {}); in maybeInsertAsanInitAtFunctionEntry()
|
/external/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()
|