[PATCH] D35163: [PDB] Enable NativeSession to create symbols for built-in types on demand

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 06:14:54 PDT 2017


amccarth created this revision.
Herald added subscribers: hiraditya, mgorny.

There is a reserved range of type indexes for built-in types (like integers).
This will create a symbol for a built-in type if the caller askes for one by
type index.  This is also plumbing for being able to recall symbols by type
index in general, but user-defined types will come in subsequent patches.


https://reviews.llvm.org/D35163

Files:
  llvm/include/llvm/DebugInfo/PDB/Native/NativeBuiltinSymbol.h
  llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
  llvm/lib/DebugInfo/PDB/CMakeLists.txt
  llvm/lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp
  llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35163.105726.patch
Type: text/x-patch
Size: 8503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170709/fedc9fab/attachment-0001.bin>


More information about the llvm-commits mailing list