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

Declarations

tools/lld/ELF/InputFiles.h
  138   static uint32_t nextGroupId;

References

tools/lld/ELF/Driver.cpp
 1216       ++InputFile::nextGroupId;
 1231       ++InputFile::nextGroupId;
tools/lld/ELF/InputFiles.cpp
   96     : mb(m), groupId(nextGroupId), fileKind(k) {
  100     ++nextGroupId;
tools/lld/ELF/ScriptParser.cpp
  338     ++InputFile::nextGroupId;