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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  120       NSec.Size = Sec64.size;
  127       NSec.Size = Sec32.size;
  135              << " -- " << formatv("{0:x16}", NSec.Address + NSec.Size)
  146         if (DataOffset + NSec.Size > Obj.getData().size())
  184                return LHS->Size < RHS->Size;
  184                return LHS->Size < RHS->Size;
  190     if (Next.Address < Cur.Address + Cur.Size)
  194                   Cur.Address + Cur.Size) +
  197                   Next.Address + Next.Size));
  270       if (Value < NSec->Address || Value > NSec->Address + NSec->Size)
  384       if (NSec.Size > 0) {
  389                  << formatv("{0:x16}", NSec.Address + NSec.Size) << "\n";
  392                                    NSec.Size, NSec.Alignment,
  452                                       ? NSec.Address + NSec.Size
lib/ExecutionEngine/JITLink/MachO_arm64.cpp
   38                      StringRef(EHFrameSection.Data, EHFrameSection.Size),
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
   37                      StringRef(EHFrameSection.Data, EHFrameSection.Size),