Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h206 const MCSection *getTLSExtraDataSection() const { in getTLSExtraDataSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h281 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; } in getTLSExtraDataSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h307 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; } in getTLSExtraDataSection() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp376 = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp504 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp586 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable()