| commit | 0f55e833a64bb1e04346e6103131e1bce6ebc759 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Tue Mar 11 23:18:15 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Tue Mar 11 23:18:15 2014 +0000 |
| tree | bdb7927df497ba7311f16d544e40571bf6f141c8 | |
| parent | 5c17f8a7e05ad3dd1a30a442d26a29bb4be2a1b6 [diff] |
DebugInfo: Refactor emitDebugPubNames/Types into a common implementation I could fold the callers into their one call site, but the indirection (given how verbose choosing the section is) seemed helpful. The use of a member function pointer's a bit "tricky", but seems limited enough, the call sites are simple/clean/clear, and there's only one use. llvm-svn: 203619