projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c74142a
)
Add a TODO about wanting an iterator interface.
author
Eric Christopher
<echristo@gmail.com>
Mon, 22 Apr 2013 10:25:25 +0000
(10:25 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Mon, 22 Apr 2013 10:25:25 +0000
(10:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180008
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Object/MachOObject.h
patch
|
blob
|
history
diff --git
a/include/llvm/Object/MachOObject.h
b/include/llvm/Object/MachOObject.h
index 9e4ab199f572dab0b3f08c4e9f05d1910da740e7..50ee25b4639384e99c849366171e42c30c290e5f 100644
(file)
--- a/
include/llvm/Object/MachOObject.h
+++ b/
include/llvm/Object/MachOObject.h
@@
-135,6
+135,8
@@
public:
/// @name Object Structure Access
/// @{
+ // TODO: Would be useful to have an iterator based version
+ // of this.
/// \brief Retrieve the information for the given load command.
const LoadCommandInfo &getLoadCommandInfo(unsigned Index) const;