mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
[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:
parent
2069c38e0c
commit
8c34c83fc6
@ -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
Loading…
x
Reference in New Issue
Block a user