Home
last modified time | relevance | path

Searched refs:createSanitizerCtorAndInitFunctions (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp210 createSanitizerCtorAndInitFunctions( in run()
216 createSanitizerCtorAndInitFunctions( in run()
H A DMemProfiler.cpp478 createSanitizerCtorAndInitFunctions(M, MemProfModuleCtorName, in instrumentModule()
H A DSanitizerCoverage.cpp355 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
H A DAddressSanitizer.cpp2472 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp120 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 DModuleUtils.h53 std::pair<Function *, Function *> createSanitizerCtorAndInitFunctions(
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h51 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DModuleUtils.h63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DModuleUtils.h63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DModuleUtils.h63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DModuleUtils.h63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp200 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 DModuleUtils.cpp102 std::pair<Function *, Function *> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp302 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in runOnModule()
H A DThreadSanitizer.cpp245 std::tie(TsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in doInitialization()
H A DEfficiencySanitizer.cpp542 std::tie(EsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in initOnModule()
H A DAddressSanitizer.cpp1710 createSanitizerCtorAndInitFunctions( in doInitialization()
H A DMemorySanitizer.cpp553 createSanitizerCtorAndInitFunctions(M, kMsanModuleCtorName, kMsanInitName, in doInitialization()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp334 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
H A DAddressSanitizer.cpp2440 std::tie(AsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in instrumentModule()
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A DSanitizerCoveragePCGUARD.so.cc294 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()