Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h245 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp866 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp548 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()