Lines Matching refs:SecTable
576 Error SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize() argument
579 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
735 Error SymbolTableSection::initialize(SectionTableRef SecTable) { in initialize() argument
738 SecTable.getSectionOfType<StringTableSection>( in initialize()
875 SectionTableRef SecTable) { in initialize() argument
877 Expected<SymTabType *> Sec = SecTable.getSectionOfType<SymTabType>( in initialize()
891 SecTable.getSection(Info, "Info field value " + Twine(Info) + in initialize()
1076 Error Section::initialize(SectionTableRef SecTable) { in initialize() argument
1081 SecTable.getSection(Link, "Link field value " + Twine(Link) + in initialize()
1454 SectionTableRef SecTable = Obj.sections(); in initGroupSection() local
1456 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
1487 Expected<SectionBase *> Sec = SecTable.getSection( in initGroupSection()