• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/

Lines Matching refs:PointerType

732       "__msan_get_context_state", PointerType::get(MsanContextStateTy, 0));
734 Type *RetTy = StructType::get(PointerType::get(IRB.getInt8Ty(), 0),
735 PointerType::get(IRB.getInt32Ty(), 0));
743 name_load, RetTy, PointerType::get(IRB.getInt8Ty(), 0));
745 name_store, RetTy, PointerType::get(IRB.getInt8Ty(), 0));
750 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty());
753 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty());
865 PointerType::get(IRB.getInt8Ty(), 0), IntptrTy);
1123 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0));
1432 IRB.CreateIntToPtr(ShadowLong, PointerType::get(ShadowTy, 0));
1446 IRB.CreateIntToPtr(OriginLong, PointerType::get(MS.OriginTy, 0));
1461 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0));
1471 ShadowPtr = IRB.CreatePointerCast(ShadowPtr, PointerType::get(ShadowTy, 0));
1494 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0),
1506 return IRB.CreateIntToPtr(Base, PointerType::get(MS.OriginTy, 0),
1513 PointerType::get(getShadowTy(A), 0),
4078 return IRB.CreateIntToPtr(Base, PointerType::get(MSV.getShadowTy(Ty), 0),
4089 return IRB.CreateIntToPtr(Base, PointerType::get(MS.OriginTy, 0),
4154 PointerType::get(RegSaveAreaPtrTy, 0));
4171 PointerType::get(OverflowArgAreaPtrTy, 0));
4243 return IRB.CreateIntToPtr(Base, PointerType::get(MSV.getShadowTy(Ty), 0),
4295 PointerType::get(RegSaveAreaPtrTy, 0));
4412 return IRB.CreateIntToPtr(Base, PointerType::get(MSV.getShadowTy(Ty), 0),
4681 return IRB.CreateIntToPtr(Base, PointerType::get(MSV.getShadowTy(Ty), 0),
4734 PointerType::get(RegSaveAreaPtrTy, 0));
4840 T = PointerType::get(T, 0);
4934 ShadowBase, PointerType::get(Shadow->getType(), 0), "_msarg_va_s");
4956 return IRB.CreateIntToPtr(Base, PointerType::get(MS.OriginTy, 0),
4985 PointerType::get(RegSaveAreaPtrTy, 0));
5006 PointerType::get(OverflowArgAreaPtrTy, 0));