Searched refs:createSanitizerCtorAndInitFunctions (Results 1 – 5 of 5) sorted by relevance
55 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
135 std::pair<Function *, FunctionCallee> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm173 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()
536 createSanitizerCtorAndInitFunctions(M, MemProfModuleCtorName, in instrumentModule()
338 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
2437 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()