Searched refs:createSanitizerCtorAndInitFunctions (Results 1 – 5 of 5) sorted by relevance
53 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
134 std::pair<Function *, FunctionCallee> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm172 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()
518 createSanitizerCtorAndInitFunctions(M, MemProfModuleCtorName, in instrumentModule()
365 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
2599 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()