Lines Matching refs:ELFSection
189 ELFSection &ELFWriter::getDataSection() { in getDataSection()
195 ELFSection &ELFWriter::getBSSSection() { in getBSSSection()
201 ELFSection &ELFWriter::getCtorSection() { in getCtorSection()
207 ELFSection &ELFWriter::getDtorSection() { in getDtorSection()
213 ELFSection &ELFWriter::getTextSection(const Function *F) { in getTextSection()
221 ELFSection &ELFWriter::getJumpTableSection() { in getJumpTableSection()
230 ELFSection &ELFWriter::getConstantPoolSection(MachineConstantPoolEntry &CPE) { in getConstantPoolSection()
255 ELFSection &ELFWriter::getRelocSection(ELFSection &S) { in getRelocSection()
370 ELFSection &ES = in EmitGlobal()
420 ELFSection &GblS) { in EmitGlobalConstantStruct()
448 void ELFWriter::EmitGlobalConstant(const Constant *CV, ELFSection &GblS) { in EmitGlobalConstant()
595 ELFSection &GblS, int64_t Offset) { in EmitGlobalDataRelocation()
611 ELFSection &S) { in EmitGlobalConstantLargeInt()
644 ELFSection &Ctor = getCtorSection(); in EmitSpecialLLVMGlobal()
651 ELFSection &Dtor = getDtorSection(); in EmitSpecialLLVMGlobal()
662 void ELFWriter::EmitXXStructorList(const Constant *List, ELFSection &Xtor) { in EmitXXStructorList()
711 ELFSection &ES = *SectionList[i]; in doFinalization()
757 ELFSection &S = *SectionList[i]; in EmitRelocations()
761 ELFSection &RelSec = getRelocSection(S); in EmitRelocations()
765 ELFSection &SymTab = getSymbolTableSection(); in EmitRelocations()
869 const ELFSection &SHdr) { in EmitSectionHeader()
897 ELFSection &StrTab = getStringTableSection(); in EmitStringTable()
965 ELFSection &SymTab = getSymbolTableSection(); in EmitSymbolTable()
1004 ELFSection &SHStrTab = getSectionHeaderStringTableSection(); in EmitSectionTableStringTable()
1015 ELFSection &S = *(*I); in EmitSectionTableStringTable()
1039 ELFSection &ES = *SectionList[i]; in OutputSectionsAndSectionTable()
1079 ELFSection &S = *(*I); in OutputSectionsAndSectionTable()