Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp368 auto sectionContents = Obj.getSectionContents(Shdr); in dumpGroup() local
369 if (std::error_code ec = sectionContents.getError()) in dumpGroup()
376 reinterpret_cast<const Elf_Word *>(sectionContents->data()); in dumpGroup()