summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2011-10-25 22:30:42 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2011-10-25 22:30:42 +0000
commitaaf98ead114bcd51cd2479badfe28b8d0e4895c2 (patch)
treeaa3e3bf5d30473497596d45f797467ed47c3c4ed /include
parentc8aa726ec22a362bf9fe0d81fdcf68a48bfc999f (diff)
downloadllvm-aaf98ead114bcd51cd2479badfe28b8d0e4895c2.tar.gz
llvm-aaf98ead114bcd51cd2479badfe28b8d0e4895c2.tar.bz2
llvm-aaf98ead114bcd51cd2479badfe28b8d0e4895c2.tar.xz
Object/Archive: Add BSD style long file name support and skip internal members.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Object/Archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Object/Archive.h b/include/llvm/Object/Archive.h
index 4f081206c5..d72037020a 100644
--- a/include/llvm/Object/Archive.h
+++ b/include/llvm/Object/Archive.h
@@ -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.