DebugInfo: PR14728: TLS support
[oota-llvm.git] / include / llvm / CodeGen / TargetLoweringObjectFileImpl.h
index 5b22c9c685ae600bd1ece1a6491106254de12580..5e11ecf7759b48d5e2994545d37083669a6ea749 100644 (file)
@@ -72,6 +72,9 @@ public:
   getStaticCtorSection(unsigned Priority = 65535) const;
   virtual const MCSection *
   getStaticDtorSection(unsigned Priority = 65535) const;
+
+  /// \brief Describe a TLS variable address within debug info.
+  virtual const MCSymbolRefExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
 };