Searched refs:RegSaveAreaPtrTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5204 Type *RegSaveAreaPtrTy = PointerType::getUnqual(*MS.C); // i64* in finalizeInstrumentation() local 5208 PointerType::get(RegSaveAreaPtrTy, 0)); in finalizeInstrumentation() 5210 IRB.CreateLoad(RegSaveAreaPtrTy, RegSaveAreaPtrPtr); in finalizeInstrumentation() 5312 Type *RegSaveAreaPtrTy = PointerType::getUnqual(*MS.C); // i64* in finalizeInstrumentation() local 5315 PointerType::get(RegSaveAreaPtrTy, 0)); in finalizeInstrumentation() 5317 IRB.CreateLoad(RegSaveAreaPtrTy, RegSaveAreaPtrPtr); in finalizeInstrumentation() 5500 Type *RegSaveAreaPtrTy = IRB.getPtrTy(); in finalizeInstrumentation() local 5504 IRB.CreateIntToPtr(getVAField64(IRB, VAListTag, 0), RegSaveAreaPtrTy); in finalizeInstrumentation() 5511 IRB.CreateAdd(GrTopSaveAreaPtr, GrOffSaveArea), RegSaveAreaPtrTy); in finalizeInstrumentation() 5518 IRB.CreateAdd(VrTopSaveAreaPtr, VrOffSaveArea), RegSaveAreaPtrTy); in finalizeInstrumentation() [all …]
|