Searched refs:getBSSSection (Results 1 – 3 of 3) sorted by relevance
168 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
190 ELFSection &getBSSSection();
197 ELFSection &ELFWriter::getBSSSection() { in getBSSSection() function in ELFWriter198 const MCSectionELF *BSS = (const MCSectionELF *)TLOF.getBSSSection(); in getBSSSection()694 getBSSSection(); in doFinalization()