Searched refs:OverflowArgAreaPtrTy (Results 1 – 1 of 1) sorted by relevance
5221 Type *OverflowArgAreaPtrTy = PointerType::getUnqual(*MS.C); // i64* in finalizeInstrumentation() local5225 PointerType::get(OverflowArgAreaPtrTy, 0)); in finalizeInstrumentation()5227 IRB.CreateLoad(OverflowArgAreaPtrTy, OverflowArgAreaPtrPtr); in finalizeInstrumentation()5932 Type *OverflowArgAreaPtrTy = PointerType::getUnqual(*MS.C); // i64* in copyOverflowArea() local5937 PointerType::get(OverflowArgAreaPtrTy, 0)); in copyOverflowArea()5939 IRB.CreateLoad(OverflowArgAreaPtrTy, OverflowArgAreaPtrPtr); in copyOverflowArea()