IR: DwarfNode => DebugNode, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 22 Jan 2015 22:47:44 +0000 (22:47 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 22 Jan 2015 22:47:44 +0000 (22:47 +0000)
commitcee1699e9f7abb18ce90bd9f2e56bfa2266fecca
treec8d2d7b0ccc2d4e5f7c0ca575fac4b6990a5f0fd
parent316b43f7df333afe58bb6a0b07b49f31ab5b1766
IR: DwarfNode => DebugNode, NFC

These things are potentially used for non-DWARF data (see the discussion
in PR22235), so take the `Dwarf` out of the name.  Since the new name
gives fewer clues, update the doxygen to properly describe what they
are.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226874 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Metadata.def
include/llvm/IR/Metadata.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AsmWriter.cpp
lib/IR/LLVMContextImpl.h
lib/IR/Metadata.cpp
unittests/IR/MetadataTest.cpp