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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp341 Type *IntptrTy; member in struct:__anon2737::AddressSanitizer
389 Type *IntptrTy; member in class:__anon2737::AddressSanitizerModule
413 Type *IntptrTy; member in struct:__anon2737::FunctionStackPoisoner
441 IntptrTy(ASan.IntptrTy), IntptrPtrTy(PointerType::get(IntptrTy, 0)),
499 // be stored in IntptrTy.
502 !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
600 return IRB.CreateOr(Shadow, ConstantInt::get(IntptrTy, Mapping.Offset));
602 return IRB.CreateAdd(Shadow, ConstantInt::get(IntptrTy, Mappin
[all...]
H A DMemorySanitizer.cpp227 Type *IntptrTy; member in class:__anon2744::MemorySanitizer
329 IRB.getInt8PtrTy(), IntptrTy, NULL);
331 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
332 IRB.getInt8PtrTy(), IntptrTy, NULL);
334 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL);
337 IRB.getInt8PtrTy(), IntptrTy, NULL);
340 IntptrTy, NULL);
343 IntptrTy, NULL);
423 IntptrTy = IRB.getIntPtrTy(TD);
753 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
[all...]
H A DThreadSanitizer.cpp100 Type *IntptrTy; member in struct:__anon2746::ThreadSanitizer
217 IRB.getInt8PtrTy(), IntptrTy, NULL));
220 IntptrTy, NULL));
223 IntptrTy, NULL));
234 IntptrTy = IRB.getIntPtrTy(TD);
472 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false));
478 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false));
H A DDataFlowSanitizer.cpp156 IntegerType *IntptrTy; member in class:__anon2739::DataFlowSanitizer
338 IntptrTy = DL->getIntPtrType(*Ctx);
340 ShadowPtrMask = ConstantInt::getSigned(IntptrTy, ~0x700000000000LL);
341 ShadowPtrMul = ConstantInt::getSigned(IntptrTy, ShadowWidth / 8);
346 Type *DFSanUnionLoadArgs[2] = { ShadowPtrTy, IntptrTy };
351 Type *DFSanSetLabelArgs[3] = { ShadowTy, Type::getInt8PtrTy(*Ctx), IntptrTy };
361 ConstantInt::get(IntptrTy, uintptr_t(GetArgTLSPtr)),
368 ConstantInt::get(IntptrTy, uintptr_t(GetRetvalTLSPtr)),
806 IRB.CreateAnd(IRB.CreatePtrToInt(Addr, IntptrTy), ShadowPtrMask),
907 IRB.CreateGEP(ShadowAddr, ConstantInt::get(DFS.IntptrTy,
[all...]

Completed in 175 milliseconds