Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h58 std::pair<Function *, Function *> createSanitizerCtorAndInitFunctions(
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp108 std::pair<Function *, Function *> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp275 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in runOnModule()
DThreadSanitizer.cpp231 std::tie(TsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in doInitialization()
DAddressSanitizer.cpp1521 createSanitizerCtorAndInitFunctions( in doInitialization()
DMemorySanitizer.cpp540 createSanitizerCtorAndInitFunctions(M, kMsanModuleCtorName, kMsanInitName, in doInitialization()