HomeSort by relevance Sort by last modified time
    Searched refs:IntptrTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 300 Type *IntptrTy;
348 Type *IntptrTy;
372 Type *IntptrTy;
398 IntptrTy(ASan.IntptrTy), IntptrPtrTy(PointerType::get(IntptrTy, 0)),
456 // be stored in IntptrTy.
459 !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
553 return IRB.CreateOr(Shadow, ConstantInt::get(IntptrTy, Mapping.Offset));
555 return IRB.CreateAdd(Shadow, ConstantInt::get(IntptrTy, Mapping.Offset))
    [all...]
MemorySanitizer.cpp 186 Type *IntptrTy;
279 IRB.getInt8PtrTy(), IntptrTy, NULL);
281 "__msan_set_alloca_origin", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
284 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL);
287 IRB.getInt8PtrTy(), IntptrTy, NULL);
290 IntptrTy, NULL);
293 IntptrTy, NULL);
355 IntptrTy = IRB.getIntPtrTy(TD);
620 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
621 ConstantInt::get(MS.IntptrTy, ~MS.ShadowMask))
    [all...]

Completed in 69 milliseconds