llvm-6502/include/llvm/Bitcode
Chris Lattner 4bbf4ee149 Remove isPod() from DenseMapInfo, splitting it out to its own
isPodLike type trait.  This is a generally useful type trait for
more than just DenseMap, and we really care about whether something
acts like a pod, not whether it really is a pod.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91421 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-15 07:26:43 +00:00
..
Archive.h
BitCodes.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
BitstreamReader.h
BitstreamWriter.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
Deserialize.h Remove isPod() from DenseMapInfo, splitting it out to its own 2009-12-15 07:26:43 +00:00
LLVMBitCodes.h bitcode writer support for blockaddress. 2009-10-28 05:24:40 +00:00
ReaderWriter.h
Serialization.h
SerializationFwd.h
Serialize.h