Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h369 Expected<StringRef> getSectionStringTable(
638 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
1200 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp548 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in parse()
709 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in initializeSections()
1376 CHECK(obj.getSectionStringTable(sections), this); in parse()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h266 if (auto SectionStringTabOrErr = Obj.getSectionStringTable(Sections)) in prepare()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3708 this->Obj.getSectionStringTable(Sections, this->WarningHandler); in printSectionHeaders()
3729 this->Obj.getSectionStringTable(Sections, this->WarningHandler)) in printSectionHeaders()
4096 this->Obj.getSectionStringTable(Sections, this->WarningHandler); in printSectionDetails()
4128 this->Obj.getSectionStringTable(Sections, this->WarningHandler)) in printSectionDetails()