Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDModuleUtils.h63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDSanitizerBinaryMetadata.cpp225 createSanitizerCtorAndInitFunctions( in run()
231 createSanitizerCtorAndInitFunctions( in run()
HDMemProfiler.cpp548 createSanitizerCtorAndInitFunctions(M, MemProfModuleCtorName, in instrumentModule()
HDSanitizerCoverage.cpp349 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
HDAddressSanitizer.cpp2743 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDModuleUtils.cpp207 std::pair<Function *, FunctionCallee> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm
269 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()