[PATCH] D46627: [LLVM-C] Add Accessors for Common DIType and DILocation Properties
Robert Widmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 8 21:53:55 PDT 2018
CodaFi created this revision.
CodaFi added reviewers: whitequark, harlanhaskins.
Herald added a reviewer: deadalnix.
Herald added a subscriber: llvm-commits.
- Adds getters for the line, column, and scope of a DILocation
- Adds getters for the name, size in bits, offset in bits, alignment in bits, line, and flags of a DIType
Repository:
rL LLVM
https://reviews.llvm.org/D46627
Files:
include/llvm-c/DebugInfo.h
lib/IR/DebugInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46627.145860.patch
Type: text/x-patch
Size: 4514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180509/387aa793/attachment.bin>
More information about the llvm-commits
mailing list