Searched refs:createSanitizerCtorAndInitFunctions (Results 1 – 7 of 7) sorted by relevance
53 std::pair<Function *, Function *> createSanitizerCtorAndInitFunctions(
102 std::pair<Function *, Function *> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm
302 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in runOnModule()
245 std::tie(TsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in doInitialization()
542 std::tie(EsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in initOnModule()
1710 createSanitizerCtorAndInitFunctions( in doInitialization()
553 createSanitizerCtorAndInitFunctions(M, kMsanModuleCtorName, kMsanInitName, in doInitialization()