Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h430 Expected<StringRef> getSectionStringTable(
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
1279 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h280 if (auto SectionStringTabOrErr = Obj.getSectionStringTable(Sections)) in prepare()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp577 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in parse()
748 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in initializeSections()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4023 this->Obj.getSectionStringTable(Sections, this->WarningHandler); in printSectionHeaders()
4044 this->Obj.getSectionStringTable(Sections, this->WarningHandler)) in printSectionHeaders()
4436 this->Obj.getSectionStringTable(Sections, this->WarningHandler); in printSectionDetails()
4468 this->Obj.getSectionStringTable(Sections, this->WarningHandler)) in printSectionDetails()