Searched refs:IntptrPtrTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp605 Type *IntptrPtrTy; member in struct:__anon13309::FunctionStackPoisoner
646 IntptrPtrTy(PointerType::get(IntptrTy, 0)),
2158 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy);
2165 IntptrPtrTy);
2175 IntptrPtrTy);
2224 IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy));

Completed in 92 milliseconds