Searched refs:getBSSSection (Results 1 – 3 of 3) sorted by relevance
74 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()201 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
50 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
219 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function