ARM: support .watchos_version_min and .tvos_version_min.
[oota-llvm.git] / include / llvm / MC / MCContext.h
index e33b802549c93ee6b8ebc53870cd85e3bc64b5a0..6380af6c139256c5a7daf5c4838fca6887731aca 100644 (file)
@@ -71,6 +71,10 @@ namespace llvm {
     /// objects.
     BumpPtrAllocator Allocator;
 
+    SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator;
+    SpecificBumpPtrAllocator<MCSectionELF> ELFAllocator;
+    SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator;
+
     /// Bindings of names to symbols.
     SymbolTable Symbols;