Emit the TLS initialization function pointers into the correct section.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index c2fd6ce3679cc09ede23441f1259293a0fe30574..4ecc7ade719fe58113e69a0072147352e5a61e18 100644 (file)
@@ -486,6 +486,7 @@ namespace llvm {
                             unsigned uid) const;
     void EmitLLVMUsedList(const ConstantArray *InitList);
     void EmitXXStructorList(const Constant *List, bool isCtor);
+    void EmitTLSInitFuncs(const ConstantArray *InitList);
     GCMetadataPrinter *GetOrCreateGCPrinter(GCStrategy *C);
   };
 }