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

References

projects/compiler-rt/lib/ubsan/ubsan_diag.cpp
  160     Buffer->append("%p", Loc.getMemoryLocation());
  238     if (Ranges[I].getEnd().getMemoryLocation() > Loc &&
  240          Best->getStart().getMemoryLocation() >
  241          Ranges[I].getStart().getMemoryLocation()))
  265     Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
  266     Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
  293     if (InRange && InRange->getEnd().getMemoryLocation() == P)
  297     if (InRange && InRange->getStart().getMemoryLocation() < P)
  299     if (InRange && InRange->getStart().getMemoryLocation() <= P)
  313     if (!InRange || InRange->getEnd().getMemoryLocation() == P)
  320     if (InRange && InRange->getStart().getMemoryLocation() == P) {
  379     PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args);
projects/compiler-rt/lib/ubsan/ubsan_monitor.cpp
   72     *OutMemoryAddr = (char *)CurrentUBR->Loc.getMemoryLocation();