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.cpp88 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections()
318 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h269 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp902 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp795 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()