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

References

tools/lld/ELF/Writer.cpp
  842   unsigned rank = sec->partition * RF_PARTITION;
  846   if (config->sectionStartMap.count(sec->name))
  852   if (!(sec->flags & SHF_ALLOC))
  855   if (sec->type == SHT_LLVM_PART_EHDR)
  859   if (sec->type == SHT_LLVM_PART_PHDR)
  865   if (sec->name == ".interp")
  873   if (sec->type == SHT_NOTE)
  888   bool isExec = sec->flags & SHF_EXECINSTR;
  889   bool isWrite = sec->flags & SHF_WRITE;
  898   } else if (sec->type == SHT_PROGBITS) {
  911   if (!isRelroSection(sec))
  920   if (!(sec->flags & SHF_TLS))
  925   if (sec->type == SHT_NOBITS)
  937     StringRef name = sec->name;
  957     if (sec->flags & SHF_MIPS_GPREL)
  960     if (sec->name != ".got")