Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h367 Expected<StringRef> getSectionStringTable(
636 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
1190 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h241 if (auto SectionStringTabOrErr = Obj.getSectionStringTable(Sections)) in prepare()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp516 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in initializeSections()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3713 this->Obj.getSectionStringTable(Sections, this->WarningHandler)) in printSectionHeaders()
4104 this->Obj.getSectionStringTable(Sections, this->WarningHandler)) in printSectionDetails()