Home
last modified time | relevance | path

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

/external/AFLplusplus/instrumentation/
DSanitizerCoverageLTO.so.cc1721 auto FlagPtr = IRB.CreateGEP( in InjectCoverageAtBlock() local
1724 auto Load = IRB.CreateLoad(Int1Ty, FlagPtr); in InjectCoverageAtBlock()
1728 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock()