reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  221   Value *untagPointer(IRBuilder<> &IRB, Value *PtrLong);

References

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  590       IRB.CreateIntToPtr(untagPointer(IRB, AddrLong), Addr->getType());
  631   Value *AddrLong = untagPointer(IRB, PtrLong);
  962       TargetTriple.isAArch64() ? ThreadLong : untagPointer(IRB, ThreadLong);