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

References

lib/ObjectYAML/ELFEmitter.cpp
  132   bool initImplicitHeader(ContiguousBlobAccumulator &CBA, Elf_Shdr &Header,
  134   void initSectionHeaders(std::vector<Elf_Shdr> &SHeaders,
  136   void initSymtabSectionHeader(Elf_Shdr &SHeader, SymtabType STType,
  139   void initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
  144                               std::vector<Elf_Shdr> &SHeaders);
  147   void writeSectionContent(Elf_Shdr &SHeader,
  150   void writeSectionContent(Elf_Shdr &SHeader,
  153   void writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::Group &Group,
  155   void writeSectionContent(Elf_Shdr &SHeader,
  158   void writeSectionContent(Elf_Shdr &SHeader,
  161   void writeSectionContent(Elf_Shdr &SHeader,
  164   void writeSectionContent(Elf_Shdr &SHeader,
  167   void writeSectionContent(Elf_Shdr &SHeader,
  170   void writeSectionContent(Elf_Shdr &SHeader,
  173   void writeSectionContent(Elf_Shdr &SHeader,
  176   void writeSectionContent(Elf_Shdr &SHeader,
  179   void writeSectionContent(Elf_Shdr &SHeader,
  182   void writeSectionContent(Elf_Shdr &SHeader,
  273       Doc.Header.SHEntSize ? (uint16_t)*Doc.Header.SHEntSize : sizeof(Elf_Shdr);
  334                                         Elf_Shdr &Header, StringRef SecName,
  374 void ELFState<ELFT>::initSectionHeaders(std::vector<Elf_Shdr> &SHeaders,
  389     Elf_Shdr &SHeader = SHeaders[I];
  523 void ELFState<ELFT>::initSymtabSectionHeader(Elf_Shdr &SHeader,
  603 void ELFState<ELFT>::initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
  647                                             std::vector<Elf_Shdr> &SHeaders) {
  652     std::vector<Elf_Shdr *> Sections;
  672       for (Elf_Shdr *SHeader : Sections)
  680     for (Elf_Shdr *SHeader : Sections) {
  701       for (Elf_Shdr *SHeader : Sections)
  709     Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section,
  734     Elf_Shdr &SHeader, const ELFYAML::RelocationSection &Section,
  775     Elf_Shdr &SHeader, const ELFYAML::SymtabShndxSection &Shndx,
  788 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
  813 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
  827     Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section,
  845 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
  873 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
  916 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
  962 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
  989 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
 1022 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
 1046 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
 1175   std::vector<Elf_Shdr> SHeaders;