summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorAaron Smith <aaron.smith@microsoft.com>2018-03-14 04:05:27 +0000
committerAaron Smith <aaron.smith@microsoft.com>2018-03-14 04:05:27 +0000
commit66b84079f93f068117c9fb3f9d520c2cc0904f72 (patch)
tree37052cb459cf738316a81541e0980e5162e38f3a /llvm/lib/ExecutionEngine
parentccf30835e1f1430033e89493f1776c6ca68da213 (diff)
downloadbcm5719-llvm-66b84079f93f068117c9fb3f9d520c2cc0904f72.tar.gz
bcm5719-llvm-66b84079f93f068117c9fb3f9d520c2cc0904f72.zip
[SymbolFilePDB] Rewrite ParseTypes method
Summary: The types for the compiland's children are parsed when parsing types for a PDB compiland. Global types also need to be parsed but unfortunately PDBs do not have compiland information about each global type. So we parse them all on the first call to ParseTypes. If a sc.function is provided then parse the types for that function. Otherwise parse the types for the overall sc.comp_unit. The ParseTypes method can be very slow if a program has a long list of compile units containing needed modules. Debugging clang-cl with lldb will show the problem. Reviewers: zturner, rnk, lldb-commits Reviewed By: zturner Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D44253 llvm-svn: 327473
Diffstat (limited to 'llvm/lib/ExecutionEngine')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud