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

References

lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  221                    MDNode::get(*C, None));
  362   C = &(M.getContext());
  370   IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits());
  372   Type *VoidTy = Type::getVoidTy(*C);
  373   IRBuilder<> IRB(*C);
  389         SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 0, Attribute::ZExt);
  391         SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 1, Attribute::ZExt);
  418       AL = AL.addParamAttribute(*C, 0, Attribute::ZExt);
  433     C->emitError(StringRef("'") + SanCovLowestStackName +
  795     auto Ty = Type::getIntNTy(*C, TypeSize);
  840       auto Ty = Type::getIntNTy(*C, TypeSize);