Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp507 IRBuilder<> IRBCtor(Ctor->getEntryBlock().getTerminator()); in instrumentModule() local
508 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
515 IRBuilder<> IRBCtor(Ctor->getEntryBlock().getTerminator()); in instrumentModule() local
516 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()