llvm::TargetLoweringObjectFile::getDebugThreadLocalSymbol

Create a symbol reference to describe the given TLS variable when emitting the address in debug info.

Synopsis

Declared in <llvm/Target/TargetLoweringObjectFile.h>

virtual
MCExpr const*
getDebugThreadLocalSymbol(MCSymbol const* Sym) const;

Return Value

An MCExpr describing the TLS variable in debug info.

Parameters

NameDescription
SymTLS variable symbol being described in debug info.