reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  431   SanCovLowestStack = dyn_cast<GlobalVariable>(SanCovLowestStackConstant);
  432   if (!SanCovLowestStack) {
  437   SanCovLowestStack->setThreadLocalMode(
  439   if (Options.StackDepth && !SanCovLowestStack->isDeclaration())
  440     SanCovLowestStack->setInitializer(Constant::getAllOnesValue(IntptrTy));
  897     auto LowestStack = IRB.CreateLoad(IntptrTy, SanCovLowestStack);
  901     auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack);