Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp334 setSymTab(SecTable.getSectionOfType<SymbolTableSection>( in initialize()
461 setStrTab(SecTable.getSectionOfType<StringTableSection>( in initialize()
554 setSymTab(SecTable.getSectionOfType<SymTabType>( in initialize()
929 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
1032 T *SectionTableRef::getSectionOfType(uint32_t Index, Twine IndexErrMsg, in getSectionOfType() function in llvm::objcopy::elf::SectionTableRef
1181 Obj.sections().template getSectionOfType<StringTableSection>( in build()
H A DObject.h67 T *getSectionOfType(uint32_t Index, Twine IndexErrMsg, Twine TypeErrMsg);