Searched refs:AddrLong (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 376 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, 901 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentMop() local 903 IRB.CreateCall2(AsanMemoryAccessCallbackSized[IsWrite], AddrLong, Size); in instrumentMop() 906 IRB.CreateAdd(AddrLong, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)), in instrumentMop() 939 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() argument 945 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1)); in createSlowPathCmp() 962 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 967 AddrLong); in instrumentAddress() 974 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() 992 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress() [all …]
|