diff options
author | Bruno Ricci <riccibrun@gmail.com> | 2018-09-25 13:43:25 +0000 |
---|---|---|
committer | Bruno Ricci <riccibrun@gmail.com> | 2018-09-25 13:43:25 +0000 |
commit | cf86ce0a7a954dc939711da585ceb6321e1b666b (patch) | |
tree | faee71b4da42c03493cc2a0b150b837de9fac813 /lldb/packages/Python/lldbsuite/test/python_api/interpreter | |
parent | 9bc3bfffb483e24cb665a6c65f846a81e4caa31a (diff) | |
download | bcm5719-llvm-cf86ce0a7a954dc939711da585ceb6321e1b666b.tar.gz bcm5719-llvm-cf86ce0a7a954dc939711da585ceb6321e1b666b.zip |
[AST] Squeeze some bits in LinkageComputer::QueryType
Replace the pair std::pair<const NamedDecl *, unsigned> where the
unsigned represents an LVComputationKind by a PointerIntPair.
This saves a pointer per entry in the map LinkageComputer::CachedLinkageInfo.
Differential Revision: https://reviews.llvm.org/D52268
Reviewed by: rjmccall, george.burgess.iv, erichkeane
llvm-svn: 342973
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter')
0 files changed, 0 insertions, 0 deletions