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

References

tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  154         VMSize = std::max(VMSize, Sec.Addr + Sec.Size);
  160           uint32_t SectOffset = Sec.Addr - SegmentVmAddr;
tools/llvm-objcopy/MachO/MachOReader.cpp
   39   S.Addr = Sec.addr;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  213   Temp.addr = Sec.Addr;