Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h63 std::pair<Function *, FunctionCallee> createSanitizerCtorAndInitFunctions(
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp210 createSanitizerCtorAndInitFunctions( in run()
216 createSanitizerCtorAndInitFunctions( in run()
H A DMemProfiler.cpp478 createSanitizerCtorAndInitFunctions(M, MemProfModuleCtorName, in instrumentModule()
H A DSanitizerCoverage.cpp355 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
H A DAddressSanitizer.cpp2472 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp200 std::pair<Function *, FunctionCallee> llvm::createSanitizerCtorAndInitFunctions( in createSanitizerCtorAndInitFunctions() function in llvm
262 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()