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

References

tools/lld/COFF/Chunks.cpp
   84     error("overflow in SECREL relocation in section: " + sec->getSectionName());
  262           sec->getSectionName());
  596   return consumeDebugMagic(getContents(), getSectionName());
  626     if (c->getSectionName() == name)
tools/lld/COFF/Chunks.h
  239     return getSectionName() == ".debug" || getSectionName().startswith(".debug$");
  239     return getSectionName() == ".debug" || getSectionName().startswith(".debug$");
  244     return getSectionName().startswith(".debug_") || getSectionName() == ".eh_frame";
  244     return getSectionName().startswith(".debug_") || getSectionName() == ".eh_frame";
  376     return static_cast<const SectionChunk *>(this)->getSectionName();
tools/lld/COFF/ICF.cpp
   90   StringRef outSecName = c->getSectionName().split('$').first;
  133       if (!c.getSectionName().startswith(".debug") &&
  134           c.getSectionName() != ".gfids$y" && c.getSectionName() != ".gljmp$y")
  134           c.getSectionName() != ".gfids$y" && c.getSectionName() != ".gljmp$y")
  169          a->getSectionName() == b->getSectionName() &&
  169          a->getSectionName() == b->getSectionName() &&
tools/lld/COFF/MapFile.cpp
  118       os << indent8 << sc->file->getName() << ":(" << sc->getSectionName()
tools/lld/COFF/PDB.cpp
  990       relocateDebugChunk(linker.alloc, debugS), debugS.getSectionName());
 1194     if (debugChunk->getSectionName() == ".debug$S") {
 1199     if (debugChunk->getSectionName() == ".debug$F") {
 1721     if (dbgC->getSectionName() != ".debug$S")
tools/lld/COFF/Writer.cpp
 1637       warn("ignoring " + c->getSectionName() +
 1650              c->getSectionName() + " in object " + toString(file));