Create a symbol reference to describe the given TLS variable when emitting the address in debug info.
Declared in <llvm/Target/TargetLoweringObjectFile.h>
virtual
MCExpr const*
getDebugThreadLocalSymbol(MCSymbol const* Sym) const;
An MCExpr describing the TLS variable in debug info.
| Name | Description |
|---|---|
| Sym | TLS variable symbol being described in debug info. |