Searched refs:SymtabSection (Results 1 – 2 of 2) sorted by relevance
775 MCSectionELF *SymtabSection = in computeSymbolTable() local777 SymtabSection->setAlignment(is64Bit() ? 8 : 4); in computeSymbolTable()778 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()780 align(SymtabSection->getAlignment()); in computeSymbolTable()933 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
816 const MCSectionELF *SymtabSection = in CreateMetadataSections() local820 MCSectionData &SymtabSD = Asm.getOrCreateSectionData(*SymtabSection); in CreateMetadataSections()842 SymbolTableIndex = SectionIndexMap.lookup(SymtabSection); in CreateMetadataSections()966 const MCSectionELF *SymtabSection; in WriteSection() local968 SymtabSection = Asm.getContext().getELFSection(".symtab", ELF::SHT_SYMTAB, in WriteSection()971 sh_link = SectionIndexMap.lookup(SymtabSection); in WriteSection()