[dsymutil] Introduce LinkContext. NFC.

This patch introduces the LinkContext which is necessary to have
dsymutil perform analysis and cloning of DIEs in parallel. As requested
in D43945, I'm landing this as two separate commits.

llvm-svn: 327382
This commit is contained in:
Jonas Devlieghere 2018-03-13 10:52:49 +00:00
parent 2069c38e0c
commit 8c34c83fc6
2 changed files with 338 additions and 219 deletions

View File

@ -102,6 +102,8 @@ public:
const_iterator end() const { return Objects.end(); }
unsigned getNumberOfObjects() const { return Objects.size(); }
/// This function adds an DebugMapObject to the list owned by this
/// debug map.
DebugMapObject &

File diff suppressed because it is too large Load Diff