1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include/llvm/Bitcode
Peter Collingbourne 5ce602306f IR: Function summary representation for type tests.
Each function summary has an attached list of type identifier GUIDs. The
idea is that during the regular LTO phase we would match these GUIDs to type
identifiers defined by the regular LTO module and store the resolutions in
a top-level "type identifier summary" (which will be implemented separately).

Differential Revision: https://reviews.llvm.org/D27967

llvm-svn: 290280
2016-12-21 23:03:45 +00:00
..
BitcodeReader.h [ThinLTO] Import composite types as declarations 2016-12-16 21:25:01 +00:00
BitCodes.h Split Bitcode/ReaderWriter.h into separate reader and writer headers 2016-11-11 05:34:58 +00:00
BitcodeWriter.h Bitcode: Introduce BitcodeWriter interface. 2016-11-29 20:43:47 +00:00
BitcodeWriterPass.h
BitstreamReader.h Bitcode: Decouple block info block state from reader. 2016-11-08 04:17:11 +00:00
BitstreamWriter.h Bitcode: Introduce BitcodeWriter interface. 2016-11-29 20:43:47 +00:00
LLVMBitCodes.h IR: Function summary representation for type tests. 2016-12-21 23:03:45 +00:00