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

References

include/llvm/BinaryFormat/MachO.h
 1087   sys::swapByteOrder(sect.size);
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  120       NSec.Size = Sec64.size;
lib/Object/MachOObjectFile.cpp
  310           s.offset < SizeOfHeaders && s.size != 0)
  315       BigSize += s.size;
  329           s.size > S.filesize)
  335           Obj.getHeader().filetype != MachO::MH_DSYM && s.size != 0 &&
  341       BigSize += s.size;
  344       if (S.vmsize != 0 && s.size != 0 && BigSize > BigEnd)
  354         if (Error Err = checkOverlappingElement(Elements, s.offset, s.size,
 1930     SectSize = Sect.size;
 1961     Size = Sect.size;
lib/ObjectYAML/MachOEmitter.cpp
   96   TempSec.size = Sec.size;
lib/ObjectYAML/MachOYAML.cpp
  461   IO.mapRequired("size", Section.size);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  306           size_t contentSize = read64(&sect->size, isBig);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  652     sout->size = sin.content.size();
  719       sect->size      = section->content.size();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1655     sect64.size = m_data.GetAddress(&offset);
 1681           const lldb::addr_t sect64_max_addr = sect64_min_addr + sect64.size;
 1711                 section_min_file_offset + sect64.size;
 1736               sect64.size,   // VM size in bytes of this section
 1739               sect64.offset ? sect64.size : 0, // Size in bytes of
 1758           sect_type, sect64.addr - segment_sp->GetFileAddress(), sect64.size,
 1759           sect64.offset, sect64.offset == 0 ? 0 : sect64.size, sect64.align,
 4584               m_mach_sections[sect_idx].size / symbol_stub_byte_size;
tools/llvm-objcopy/MachO/MachOReader.cpp
   40   S.Size = Sec.size;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  214   Temp.size = Sec.Size;
tools/llvm-objdump/MachODump.cpp
  757           uint32_t count = Sec.size / stride;
 3024             ReferenceValue < Sec.addr + Sec.size) {
 3084             ReferenceValue < Sec.addr + Sec.size) {
 3234             ReferenceValue < Sec.addr + Sec.size) {
 3252                      ReferenceValue + 8 < Sec.addr + Sec.size) {
10090         PrintSection(S_64.sectname, S_64.segname, S_64.addr, S_64.size,
tools/llvm-readobj/MachODumper.cpp
  349   Section.Size        = Sect.size;
tools/llvm-size/llvm-size.cpp
  240         outs() << format(fmt.str().c_str(), Sec.size);
  245         sec_total += Sec.size;
  299             total_text += Sec.size;
  301             total_data += Sec.size;
  303             total_objc += Sec.size;
  305             total_others += Sec.size;
tools/obj2yaml/macho2yaml.cpp
   71   TempSec.size = Sec.size;
   82         yaml::BinaryRef(Obj.getSectionContents(Sec.offset, Sec.size));
tools/sancov/sancov.cpp
  619           uint32_t Cnt = Sec.size / Stride;