Lines Matching refs:SecTable
646 Error SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize() argument
649 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
796 Error SymbolTableSection::initialize(SectionTableRef SecTable) { in initialize() argument
799 SecTable.getSectionOfType<StringTableSection>( in initialize()
925 SectionTableRef SecTable) { in initialize() argument
927 Expected<SymTabType *> Sec = SecTable.getSectionOfType<SymTabType>( in initialize()
941 SecTable.getSection(Info, "Info field value " + Twine(Info) + in initialize()
1124 Error Section::initialize(SectionTableRef SecTable) { in initialize() argument
1129 SecTable.getSection(Link, "Link field value " + Twine(Link) + in initialize()
1491 SectionTableRef SecTable = Obj.sections(); in initGroupSection() local
1493 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
1524 Expected<SectionBase *> Sec = SecTable.getSection( in initGroupSection()