Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp269 GlobalVariable *SanCovLowestStack; member in __anon9268006d0111::ModuleSanitizerCoverage
483 SanCovLowestStack = dyn_cast<GlobalVariable>(SanCovLowestStackConstant); in instrumentModule()
484 if (!SanCovLowestStack || SanCovLowestStack->getValueType() != IntptrTy) { in instrumentModule()
489 SanCovLowestStack->setThreadLocalMode( in instrumentModule()
491 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()
492 SanCovLowestStack->setInitializer(Constant::getAllOnesValue(IntptrTy)); in instrumentModule()
1021 auto LowestStack = IRB.CreateLoad(IntptrTy, SanCovLowestStack); in InjectCoverageAtBlock()
1025 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack); in InjectCoverageAtBlock()