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

References

tools/lld/ELF/InputFiles.cpp
  514     if (sec.sh_type == ELF::SHT_LLVM_CALL_GRAPH_PROFILE)
  516           check(obj.template getSectionContentsAsArray<Elf_CGProfile>(&sec));
  521     if ((sec.sh_flags & SHF_EXCLUDE) && !config->relocatable) {
  522       if (sec.sh_type == SHT_LLVM_ADDRSIG) {
  527         if (sec.sh_link != 0)
  528           this->addrsigSec = &sec;
  537     switch (sec.sh_type) {
  540       StringRef signature = getShtGroupSignature(objSections, sec);
  545           CHECK(obj.template getSectionContentsAsArray<Elf_Word>(&sec), this);
  565           this->sections[i] = createInputSection(sec);
  579       shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this);
  586       this->sections[i] = createInputSection(sec);