Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCWinCOFFStreamer.cpp79 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
301 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectFileInfo.h245 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsTargetStreamer.cpp866 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp548 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()