Home
last modified time | relevance | path

Searched refs:ELFState (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp100 class ELFState { class
151 ELFState(const ELFYAML::Object &D) : Doc(D) {} in ELFState() function in __anon122924760311::ELFState
159 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) { in initELFHeader()
186 bool ELFState<ELFT>::initSectionHeaders(std::vector<Elf_Shdr> &SHeaders, in initSectionHeaders()
263 void ELFState<ELFT>::initSymtabSectionHeader(Elf_Shdr &SHeader, in initSymtabSectionHeader()
302 void ELFState<ELFT>::initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name, in initStrtabSectionHeader()
315 void ELFState<ELFT>::addSymbols(const std::vector<ELFYAML::Symbol> &Symbols, in addSymbols()
342 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
364 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
403 bool ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
[all …]