Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h245 Expected<StringRef> getSectionStringTable(Elf_Shdr_Range Sections) const;
434 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections) const { in getSectionStringTable() function
615 auto Table = getSectionStringTable(*SectionsOrErr); in getSectionName()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp397 CHECK(Obj.getSectionStringTable(ObjSections), this); in initializeSections()