/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 210 createSanitizerCtorAndInitFunctions( in run() 216 createSanitizerCtorAndInitFunctions( in run()
|
H A D | MemProfiler.cpp | 478 createSanitizerCtorAndInitFunctions(M, MemProfModuleCtorName, in instrumentModule()
|
H A D | SanitizerCoverage.cpp | 355 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
|
H A D | AddressSanitizer.cpp | 2472 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 120 std::pair<Function *, FunctionCallee> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm 161 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()
|
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 53 std::pair<Function *, Function *> createSanitizerCtorAndInitFunctions(
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 51 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 200 std::pair<Function *, FunctionCallee> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm 262 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 102 std::pair<Function *, Function *> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 302 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in runOnModule()
|
H A D | ThreadSanitizer.cpp | 245 std::tie(TsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in doInitialization()
|
H A D | EfficiencySanitizer.cpp | 542 std::tie(EsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in initOnModule()
|
H A D | AddressSanitizer.cpp | 1710 createSanitizerCtorAndInitFunctions( in doInitialization()
|
H A D | MemorySanitizer.cpp | 553 createSanitizerCtorAndInitFunctions(M, kMsanModuleCtorName, kMsanInitName, in doInitialization()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 334 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
|
H A D | AddressSanitizer.cpp | 2440 std::tie(AsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in instrumentModule()
|
/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | SanitizerCoveragePCGUARD.so.cc | 294 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
|