Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h276 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; } in getTLSExtraDataSection() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp503 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable()