Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4832 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation() local
4836 PointerType::get(OverflowArgAreaPtrTy, 0)); in finalizeInstrumentation()
4838 IRB.CreateLoad(OverflowArgAreaPtrTy, OverflowArgAreaPtrPtr); in finalizeInstrumentation()
5653 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyOverflowArea() local
5658 PointerType::get(OverflowArgAreaPtrTy, 0)); in copyOverflowArea()
5660 IRB.CreateLoad(OverflowArgAreaPtrTy, OverflowArgAreaPtrPtr); in copyOverflowArea()