IR: Rename API for enabling ODR uniquing of DITypes, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 19 Apr 2016 04:55:25 +0000 (04:55 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 19 Apr 2016 04:55:25 +0000 (04:55 +0000)
commited8fdb2a0e9503abbac7c0927d2915cd8bac03d2
treeada4253e3e564ec1531ca53c5eab3b9fb329f485
parent51a9bd2e110f43eb9df14e1daffd89fd0332b9f0
IR: Rename API for enabling ODR uniquing of DITypes, NFC

As per David's review, rename everything in the new API for ODR type
uniquing of debug info.

    ensureDITypeMap  => enableDebugTypeODRUniquing
    destroyDITypeMap => disableDebugTypeODRUniquing
    hasDITypeMap     => isODRUniquingDebugTypes

llvm-svn: 266713
llvm/include/llvm/IR/LLVMContext.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/IR/LLVMContext.cpp
llvm/lib/LTO/LTOCodeGenerator.cpp
llvm/tools/gold/gold-plugin.cpp
llvm/tools/llvm-link/llvm-link.cpp
llvm/unittests/IR/LLVMContextTest.cpp