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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
  592     LongSize = M.getDataLayout().getPointerSizeInBits();
  593     IntptrTy = Type::getIntNTy(*C, LongSize);
  596     Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel);
 2751   if (LongSize != 32) return false;
 2799       std::min<size_t>(sizeof(uint64_t), ASan.LongSize / 8);
 3026   size_t MinHeaderSize = std::max((size_t)ASan.LongSize / 2, Granularity);
 3144                     ConstantInt::get(IntptrTy, ASan.LongSize / 8)),
 3154                     ConstantInt::get(IntptrTy, 2 * ASan.LongSize / 8)),
 3218             ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8));