Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h370 Expected<StringRef> getSectionStringTable(
638 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
1166 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h210 if (auto SectionStringTabOrErr = Obj.getSectionStringTable(Sections)) in prepare()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp571 CHECK(obj.getSectionStringTable(objSections), this); in initializeSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3618 this->Obj.getSectionStringTable(Sections, this->WarningHandler)) in printSectionHeaders()
3999 this->Obj.getSectionStringTable(Sections, this->WarningHandler)) in printSectionDetails()