Home
last modified time | relevance | path

Searched refs:getBSSSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DWinCOFFStreamer.cpp74 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
201 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
DMCELFStreamer.cpp50 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h219 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function