MDString
authorDevang Patel <dpatel@apple.com>
Thu, 23 Jul 2009 02:00:51 +0000 (02:00 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 23 Jul 2009 02:00:51 +0000 (02:00 +0000)
commit2f9c3b002d3cb465fefc5f4b2535ca994c5e9283
tree05f0d304147132f0a0c1ac6da9be0895790ffa32
parent3091719b90aca9f7336d4ca26ef3a0d48c4a06d2
MDString
- Rename member function size(). New name is length().
- Store string beginning and length. Earlier it used to store string end.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76841 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LLVMContext.h
include/llvm/MDNode.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/LLVMContext.cpp
lib/VMCore/LLVMContextImpl.cpp
lib/VMCore/LLVMContextImpl.h
unittests/VMCore/MetadataTest.cpp