Searched refs:createSanitizerCtorAndInitFunctions (Results 1 – 6 of 6) sorted by relevance
63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
210 createSanitizerCtorAndInitFunctions( in run()216 createSanitizerCtorAndInitFunctions( in run()
478 createSanitizerCtorAndInitFunctions(M, MemProfModuleCtorName, in instrumentModule()
355 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
2472 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()
200 std::pair<Function *, FunctionCallee> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm262 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()