OSDN Git Service

Introduce NativeRawSymbol for PDB reading.
authorAdrian McCarthy <amccarth@google.com>
Thu, 9 Feb 2017 21:51:19 +0000 (21:51 +0000)
committerAdrian McCarthy <amccarth@google.com>
Thu, 9 Feb 2017 21:51:19 +0000 (21:51 +0000)
commitbf8cee85a50cf521d0dd50f32716c4044f28810a
treec6ddcef4ff74d6fea567cf346dde7598b021374a
parentc32a9dfd33cb63b45e2f9b4de3f7d511156a7009
Introduce NativeRawSymbol for PDB reading.

This is a stub for a new concrete implementation of IPDBRawSymbol.
Nothing uses this uses this implementation yet.  My plan is to
locally switch lldb-pdbdump from the DIA reader to the Native one
and flesh out the implementations of these method stubs in the order
they're needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294633 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h [new file with mode: 0644]
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp [new file with mode: 0644]