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

References

tools/lld/ELF/InputSection.cpp
   52   if (hdr.sh_type == SHT_NOBITS)
   53     return makeArrayRef<uint8_t>(nullptr, hdr.sh_size);
   54   return check(file.getObj().getSectionContents(&hdr));