Home
last modified time | relevance | path

Searched refs:getTLSBSSSection (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h283 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h326 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h333 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp489 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp590 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp619 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()