Home
last modified time | relevance | path

Searched refs:createSanitizerCtorAndInitFunctions (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h55 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp135 std::pair<Function *, FunctionCallee> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm
173 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp536 createSanitizerCtorAndInitFunctions(M, MemProfModuleCtorName, in instrumentModule()
H A DSanitizerCoverage.cpp338 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
H A DAddressSanitizer.cpp2437 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()