Object/Archive: Add BSD style long file name support and skip internal members.
[oota-llvm.git] / include / llvm / Object / Archive.h
index 4f081206c5bc547adee96a08f83c6553d2ce801c..d72037020aef9286641a9271fe776ea32f4ed0d5 100644 (file)
@@ -71,7 +71,7 @@ public:
 
   Archive(MemoryBuffer *source, error_code &ec);
 
-  child_iterator begin_children() const;
+  child_iterator begin_children(bool skip_internal = true) const;
   child_iterator end_children() const;
 
   // Cast methods.