forked from OSchip/llvm-project
Add the same todo about a command iterator interface into the
other mach-o object file as well. TODO: One interface to rule them all. llvm-svn: 180009
This commit is contained in:
parent
dcc220368d
commit
ef3cd7a6ae
|
@ -84,6 +84,9 @@ public:
|
|||
virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
|
||||
virtual error_code getLibraryPath(DataRefImpl LibData, StringRef &Res) const;
|
||||
|
||||
// TODO: Would be useful to have an iterator based version
|
||||
// of the load command interface too.
|
||||
|
||||
virtual symbol_iterator begin_symbols() const;
|
||||
virtual symbol_iterator end_symbols() const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue