Searched refs:createSanitizerCtorAndInitFunctions (Results 1 – 6 of 6) sorted by relevance
56 std::pair<Function *, Function *> createSanitizerCtorAndInitFunctions(
152 std::pair<Function *, Function *> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm193 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()
541 std::tie(EsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in initOnModule()
285 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
315 createSanitizerCtorAndInitFunctions(M, kHwasanModuleCtorName, in doInitialization()
2299 std::tie(AsanCtorFunction, std::ignore) = createSanitizerCtorAndInitFunctions( in runOnModule()