Lines Matching refs:SecTable
604 Error SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize() argument
607 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
769 Error SymbolTableSection::initialize(SectionTableRef SecTable) { in initialize() argument
772 SecTable.getSectionOfType<StringTableSection>( in initialize()
909 SectionTableRef SecTable) { in initialize() argument
911 Expected<SymTabType *> Sec = SecTable.getSectionOfType<SymTabType>( in initialize()
925 SecTable.getSection(Info, "Info field value " + Twine(Info) + in initialize()
1110 Error Section::initialize(SectionTableRef SecTable) { in initialize() argument
1115 SecTable.getSection(Link, "Link field value " + Twine(Link) + in initialize()
1490 SectionTableRef SecTable = Obj.sections(); in initGroupSection() local
1492 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
1523 Expected<SectionBase *> Sec = SecTable.getSection( in initGroupSection()