Home
last modified time | relevance | path

Searched refs:RegSaveAreaPtrTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4938 Type *RegSaveAreaPtrTy = PointerType::getUnqual(*MS.C); // i64* in finalizeInstrumentation() local
4942 PointerType::get(RegSaveAreaPtrTy, 0)); in finalizeInstrumentation()
4944 IRB.CreateLoad(RegSaveAreaPtrTy, RegSaveAreaPtrPtr); in finalizeInstrumentation()
5047 Type *RegSaveAreaPtrTy = PointerType::getUnqual(*MS.C); // i64* in finalizeInstrumentation() local
5050 PointerType::get(RegSaveAreaPtrTy, 0)); in finalizeInstrumentation()
5052 IRB.CreateLoad(RegSaveAreaPtrTy, RegSaveAreaPtrPtr); in finalizeInstrumentation()
5236 Type *RegSaveAreaPtrTy = IRB.getPtrTy(); in finalizeInstrumentation() local
5436 PointerType::get(RegSaveAreaPtrTy, 0)); in finalizeInstrumentation()
5438 IRB.CreateLoad(RegSaveAreaPtrTy, RegSaveAreaPtrPtr); in finalizeInstrumentation()
5642 Type *RegSaveAreaPtrTy = PointerType::getUnqual(*MS.C); // i64* in copyRegSaveArea() local
[all …]