diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2016-11-24 00:41:05 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-11-24 00:41:05 +0000 |
commit | e32baa0c3e191396cbbdedf2b79fcdebd3e4fc50 (patch) | |
tree | 61f7b5fe1e31b1c4a382c8dcd996d666fdf235cd /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 7b54dd039e442c9d0fae3bb166a542ca611101fc (diff) | |
download | llvm-e32baa0c3e191396cbbdedf2b79fcdebd3e4fc50.zip llvm-e32baa0c3e191396cbbdedf2b79fcdebd3e4fc50.tar.gz llvm-e32baa0c3e191396cbbdedf2b79fcdebd3e4fc50.tar.bz2 |
Object: Simplify the IRObjectFile symbol iterator implementation.
Change the IRObjectFile symbol iterator to be a pointer into a vector of
PointerUnions representing either IR symbols or asm symbols.
This change is in preparation for a future change for supporting multiple
modules in an IRObjectFile. Although it causes an increase in memory
consumption, we can deal with that issue separately by introducing a bitcode
symbol table.
Differential Revision: https://reviews.llvm.org/D26928
llvm-svn: 287845
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions