Home
last modified time | relevance | path

Searched refs:getTLSBSSSection (Results 1 – 3 of 3) 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/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp489 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()