Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp649 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
799 SecTable.getSectionOfType<StringTableSection>( in initialize()
927 Expected<SymTabType *> Sec = SecTable.getSectionOfType<SymTabType>( in initialize()
1493 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
1663 Expected<T *> SectionTableRef::getSectionOfType(uint32_t Index, in getSectionOfType() function in SectionTableRef
1814 Obj.sections().template getSectionOfType<StringTableSection>( in readSections()
H A DObject.h67 Expected<T *> getSectionOfType(uint32_t Index, Twine IndexErrMsg,