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

References

lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  371   IntptrPtrTy = PointerType::getUnqual(IntptrTy);
  465     auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy);
  467         M, SanCovPCsInitName, {IntptrPtrTy, IntptrPtrTy});
  467         M, SanCovPCsInitName, {IntptrPtrTy, IntptrPtrTy});
  675       PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy));
  677           ConstantInt::get(IntptrTy, 1), IntptrPtrTy));
  680           BlockAddress::get(AllBlocks[i]), IntptrPtrTy));
  682           ConstantInt::get(IntptrTy, 0), IntptrPtrTy));
  685   auto *PCArray = CreateFunctionLocalArrayInSection(N * 2, F, IntptrPtrTy,
  688       ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs));