summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-10-23 16:37:53 +0000
committerZachary Turner <zturner@google.com>2018-10-23 16:37:53 +0000
commit2f7efbc9ce62d84a215529133f1c384c25a7858e (patch)
tree01cb027df97241b1fb6c35164787ee6a40818a16 /llvm/lib/Target/X86/X86TargetTransformInfo.cpp
parent2fed6ac186b505a68a30e9e3851b942e74687d6e (diff)
downloadbcm5719-llvm-2f7efbc9ce62d84a215529133f1c384c25a7858e.tar.gz
bcm5719-llvm-2f7efbc9ce62d84a215529133f1c384c25a7858e.zip
[NativePDB] Add basic support for tag types to the native pdb plugin.
This adds support to LLDB for named types (class, struct, union, and enum). This is true cross platform support, and hits the PDB file directly without a dependency on Windows. Tests are added which compile a program with certain interesting types and then use load the target in LLDB and use "type lookup -- <TypeName>" to dump the layout of the type in LLDB without a running process. Currently only fields are parsed -- we do not parse methods. Also we don't deal with bitfields or virtual bases correctly. Those will make good followups. Differential Revision: https://reviews.llvm.org/D53511 llvm-svn: 345047
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetTransformInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud