aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderWrappers.cpp
AgeCommit message (Expand)Author
2003-09-25Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner
2003-09-24Fix alignment problemChris Lattner
2003-09-24Actually assign the string correctly through the std::string pointer.Misha Brukman
2003-09-24* Eliminate BytecodeBufferReader::Length member variableMisha Brukman
2003-09-23Added code that ensures that we pass the beginning of the data buffer toJohn Criswell
2003-09-23* Group class definitions & implementations togetherMisha Brukman
2003-09-23* Constantify arguments to copy functionMisha Brukman
2003-09-22Added file header comment.Misha Brukman
2003-09-22* Cleaned up code:Misha Brukman