Home
last modified time | relevance | path

Searched refs:getSectionCount (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp177 unsigned getSectionCount() const { return SN2I.size() + 1; } in getSectionCount() function in __anon411284cf0311::ELFState
213 Header.e_shnum = getSectionCount(); in initELFHeader()