1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Bytecode/Reader
Brian Gaeke 4ca49f84ba Use the true, decoded name of the archive member in getObjectType.
In ReadArchiveBuffer, make sure that MemberName is set in the case where
getObjectType would want to return SVR4LongFilename.

llvm-svn: 12567
2004-03-31 19:51:00 +00:00
..
ArchiveReader.cpp Use the true, decoded name of the archive member in getObjectType. 2004-03-31 19:51:00 +00:00
ConstantReader.cpp Add support for reading constantexpr select instructions 2004-03-31 02:53:59 +00:00
InstructionReader.cpp Read select instrs from bytecode 2004-03-12 05:51:49 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Reader.cpp Make error message a bit nicer. 2004-03-29 00:16:01 +00:00
ReaderInternals.h Implement ModuleProvider::materializeModule() by only materializing functions 2004-01-21 22:55:34 +00:00
ReaderPrimitives.h Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'! 2004-01-20 19:13:07 +00:00
ReaderWrappers.cpp Use new getFileSize function instead of sys/stat.h directly. 2003-12-30 07:40:35 +00:00