Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp651 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
801 SecTable.getSectionOfType<StringTableSection>( in initialize()
929 Expected<SymTabType *> Sec = SecTable.getSectionOfType<SymTabType>( in initialize()
1489 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
1658 Expected<T *> SectionTableRef::getSectionOfType(uint32_t Index, in getSectionOfType() function in llvm::objcopy::elf::SectionTableRef
1809 Obj.sections().template getSectionOfType<StringTableSection>( in readSections()
H A DObject.h67 Expected<T *> getSectionOfType(uint32_t Index, Twine IndexErrMsg,