Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h210 const MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h283 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h309 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp571 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()