Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp78 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections()
302 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h268 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp899 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp820 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()