Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp149 unsigned getSectionCount() const { return Doc.Sections.size() + 4; } in getSectionCount() function in __anonfe6449970311::ELFState
181 Header.e_shnum = getSectionCount(); in initELFHeader()