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

Declarations

tools/lld/COFF/Symbols.h
  140   Chunk *getChunk();

References

tools/lld/COFF/Chunks.cpp
  380     Chunk *c = sym ? sym->getChunk() : nullptr;
tools/lld/COFF/Driver.cpp
  910     if (SectionChunk *c = dyn_cast_or_null<SectionChunk>(d->getChunk()))
 1064     if (Chunk *c = def->getChunk())
tools/lld/COFF/MinGW.cpp
  113   if (!sym || !sym->isLive() || !sym->getChunk())
  161       if (def && def->getChunk() &&
  162           !(def->getChunk()->getOutputCharacteristics() & IMAGE_SCN_MEM_EXECUTE))
tools/lld/COFF/PDB.cpp
 1262   OutputSection *os = def->getChunk()->getOutputSection();
 1295     if (def && def->isLive() && def->getChunk())
tools/lld/COFF/Writer.cpp
  446         Chunk *thunkChunk = thunk->getChunk();
 1096     Chunk *c = def->getChunk();
 1491   Chunk *c = s->getChunk();