This patch adds a new DWARF entry in ELF YAML file. Sections emitting will be added in next series of patches.
The basic idea is that we treat these debug sections as implicit sections like .strtab/.symtab. In future, reportError() will be replaced by initDWARFSectionHeader() for emitting the content.
It can return the vector of StringRefs. Perhaps it can be called just "getSectionNames" for simplicity.