Add DWARFFormValue::getAsBlockData(), getAsBlockSize() and getAsFlag().
David Blaikie
dblaikie at gmail.com
Wed Sep 3 11:52:45 PDT 2014
What's the need for the getAsFlag function?
Perhaps the getAsBlockData/getAsBlockSize could be one function, returning
an Optional<ArrayRef<uint8_t*>> ? ("getAsBlock"?)
On Wed, Sep 3, 2014 at 11:47 AM, Frédéric Riss <friss at apple.com> wrote:
> These new accessors will be used in subsequent patches.
>
> OK to commit?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140903/341b3b24/attachment.html>
More information about the llvm-commits
mailing list