Home
last modified time | relevance | path

Searched refs:getBSSSection (Results 1 – 11 of 11) 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-7.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp80 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
290 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.h190 ELFSection &getBSSSection();
DELFWriter.cpp195 ELFSection &ELFWriter::getBSSSection() { in getBSSSection() function in ELFWriter
196 const MCSectionELF *BSS = (const MCSectionELF *)TLOF.getBSSSection(); in getBSSSection()
692 getBSSSection(); in doFinalization()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h183 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h225 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h240 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp752 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp863 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp446 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp528 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()