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