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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp462 Type *IntptrPtrTy; member in struct:__anon26249::FunctionStackPoisoner
488 IntptrTy(ASan.IntptrTy), IntptrPtrTy(PointerType::get(IntptrTy, 0)),
1661 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy);
1667 IntptrPtrTy);
1678 IntptrPtrTy);
1716 IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy));

Completed in 109 milliseconds