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

References

tools/lld/ELF/InputFiles.cpp
  503   ArrayRef<Elf_Shdr> objSections = CHECK(obj.sections(), this);
  507       CHECK(obj.getSectionStringTable(objSections), this);
  516           check(obj.template getSectionContentsAsArray<Elf_CGProfile>(&sec));
  545           CHECK(obj.template getSectionContentsAsArray<Elf_Word>(&sec), this);
  579       shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this);