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

References

lib/ObjectYAML/MachOEmitter.cpp
  271         ZeroToOffset(OS, Sec.offset);
  274         assert((OS.tell() - fileStart <= Sec.offset ||
  275                 Sec.offset == (uint32_t)0) &&
  277         if (0 == strncmp(&Sec.segname[0], "__DWARF", 16)) {
  278           if (0 == strncmp(&Sec.sectname[0], "__debug_str", 16)) {
  280           } else if (0 == strncmp(&Sec.sectname[0], "__debug_abbrev", 16)) {
  282           } else if (0 == strncmp(&Sec.sectname[0], "__debug_aranges", 16)) {
  284           } else if (0 == strncmp(&Sec.sectname[0], "__debug_pubnames", 16)) {
  287           } else if (0 == strncmp(&Sec.sectname[0], "__debug_pubtypes", 16)) {
  290           } else if (0 == strncmp(&Sec.sectname[0], "__debug_info", 16)) {
  292           } else if (0 == strncmp(&Sec.sectname[0], "__debug_line", 16)) {
  300         if (MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE))
  303         if (Sec.content) {
  304           yaml::BinaryRef Content = *Sec.content;
  306           ZeroFillBytes(OS, Sec.size - Content.binary_size());
  309           Fill(OS, Sec.size, 0xDEADBEEFu);