Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DWinCOFFStreamer.cpp72 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
242 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp79 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
301 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
/external/llvm-project/llvm/lib/MC/
DMCWinCOFFStreamer.cpp79 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
301 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h225 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h245 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h251 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp885 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp866 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp752 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp446 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp548 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp577 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()