Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp289 Value *AddrLong = nullptr; global() member
853 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); untagPointerOperand() local
1090 Value *AddrLong = untagPointer(IRB, IRB.CreatePointerCast(AI, IntptrTy)); tagAlloca() local
H A DMemProfiler.cpp447 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); instrumentAddress() local
H A DAddressSanitizer.cpp1687 createSlowPathCmp(IRBuilder<> & IRB,Value * AddrLong,Value * ShadowValue,uint32_t TypeStoreSize) createSlowPathCmp() argument
1778 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); instrumentAddress() local
1849 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); instrumentUnusualSizeOrAlignment() local
[all...]