Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp520 IRBuilder<> IRBCtor(Ctor->getEntryBlock().getTerminator()); in instrumentModule() local
521 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
528 IRBuilder<> IRBCtor(Ctor->getEntryBlock().getTerminator()); in instrumentModule() local
529 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()