Home
last modified time | relevance | path

Searched defs:AddrLong (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp309 Value *AddrLong = nullptr; global() member
887 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); untagPointerOperand() local
1147 Value *AddrLong = untagPointer(IRB, IRB.CreatePointerCast(AI, IntptrTy)); tagAlloca() local
H A DMemProfiler.cpp483 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); instrumentAddress() local
H A DAddressSanitizer.cpp1770 createSlowPathCmp(IRBuilder<> & IRB,Value * AddrLong,Value * ShadowValue,uint32_t TypeStoreSize) createSlowPathCmp() argument
1862 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); instrumentAddress() local
1935 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); instrumentUnusualSizeOrAlignment() local
[all...]