Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h53 std::pair<Function *, Function *> createSanitizerCtorAndInitFunctions(
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h51 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp120 std::pair<Function *, FunctionCallee> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm
161 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp102 std::pair<Function *, Function *> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp302 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in runOnModule()
DThreadSanitizer.cpp245 std::tie(TsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in doInitialization()
DEfficiencySanitizer.cpp542 std::tie(EsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in initOnModule()
DAddressSanitizer.cpp1710 createSanitizerCtorAndInitFunctions( in doInitialization()
DMemorySanitizer.cpp553 createSanitizerCtorAndInitFunctions(M, kMsanModuleCtorName, kMsanInitName, in doInitialization()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp334 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
DAddressSanitizer.cpp2440 std::tie(AsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in instrumentModule()