Searched refs:AddrLong (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 289 Value *AddrLong = nullptr; member 853 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand() local 855 IRB.CreateIntToPtr(untagPointer(IRB, AddrLong), Addr->getType()); in untagPointerOperand() 888 R.AddrLong = untagPointer(IRB, R.PtrLong); in insertShadowTagCheck() 889 Value *Shadow = memToShadow(R.AddrLong, IRB); in insertShadowTagCheck() 954 Value *InlineTagAddr = IRB.CreateOr(TCI.AddrLong, 15); in instrumentMemAccessInline() 1090 Value *AddrLong = untagPointer(IRB, IRB.CreatePointerCast(AI, IntptrTy)); in tagAlloca() local 1091 Value *ShadowPtr = memToShadow(AddrLong, IRB); in tagAlloca()
|
| H A D | AddressSanitizer.cpp | 718 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, 1687 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() argument 1693 IRB.CreateAnd(AddrLong, ConstantInt::get(IntptrTy, Granularity - 1)); in createSlowPathCmp() 1778 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 1782 AddrLong); in instrumentAddress() 1785 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)}); in instrumentAddress() 1792 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() 1832 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress() 1849 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() local 1853 {AddrLong, Size}); in instrumentUnusualSizeOrAlignment() [all …]
|
| H A D | MemProfiler.cpp | 447 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 450 IRB.CreateCall(MemProfMemoryAccessCallback[IsWrite], AddrLong); in instrumentAddress() 458 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
|