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

References

lib/MC/MCParser/ELFAsmParser.cpp
  489   if (ParseSectionName(SectionName))
  502   if (hasPrefix(SectionName, ".rodata.") || SectionName == ".rodata1")
  502   if (hasPrefix(SectionName, ".rodata.") || SectionName == ".rodata1")
  504   else if (SectionName == ".fini" || SectionName == ".init" ||
  504   else if (SectionName == ".fini" || SectionName == ".init" ||
  505            hasPrefix(SectionName, ".text."))
  507   else if (hasPrefix(SectionName, ".data.") || SectionName == ".data1" ||
  507   else if (hasPrefix(SectionName, ".data.") || SectionName == ".data1" ||
  508            hasPrefix(SectionName, ".bss.") ||
  509            hasPrefix(SectionName, ".init_array.") ||
  510            hasPrefix(SectionName, ".fini_array.") ||
  511            hasPrefix(SectionName, ".preinit_array."))
  513   else if (hasPrefix(SectionName, ".tdata.") ||
  514            hasPrefix(SectionName, ".tbss."))
  585     if (SectionName.startswith(".note"))
  587     else if (hasPrefix(SectionName, ".init_array."))
  589     else if (hasPrefix(SectionName, ".bss."))
  591     else if (hasPrefix(SectionName, ".tbss."))
  593     else if (hasPrefix(SectionName, ".fini_array."))
  595     else if (hasPrefix(SectionName, ".preinit_array."))
  637       getContext().getELFSection(SectionName, Type, Flags, Size, GroupName,