Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp98 class ELFState { class
146 ELFState(const ELFYAML::Object &D) : Doc(D) {} in ELFState() function in __anonfe6449970311::ELFState
154 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) { in initELFHeader()
181 bool ELFState<ELFT>::initSectionHeaders(std::vector<Elf_Shdr> &SHeaders, in initSectionHeaders()
247 void ELFState<ELFT>::initSymtabSectionHeader(Elf_Shdr &SHeader, in initSymtabSectionHeader()
284 void ELFState<ELFT>::initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name, in initStrtabSectionHeader()
296 void ELFState<ELFT>::addSymbols(const std::vector<ELFYAML::Symbol> &Symbols, in addSymbols()
323 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
344 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
386 bool ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
[all …]