OSDN Git Service

Refactor the DIExpression fragment query interface (NFC)
authorAdrian Prantl <aprantl@apple.com>
Thu, 22 Dec 2016 05:27:12 +0000 (05:27 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 22 Dec 2016 05:27:12 +0000 (05:27 +0000)
commitf53a7ab5bb46094b913dae385ed2fef085d0bfbf
tree59ed59d8e6f904d7a5b0dd6017e70c197ea9c907
parent27bb0f08ca7e2b56d6be938b1f8f00629e0b68fc
Refactor the DIExpression fragment query interface (NFC)
... so it becomes available to DIExpressionCursor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290322 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfoMetadata.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/IR/DebugInfoMetadata.cpp
lib/IR/Verifier.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Utils/Local.cpp