Displaying 2 results from an estimated 2 matches for "addrawvalu".
Did you mean:
addrawvalue
2013 Feb 09
3
[LLVMdev] Using the New Attributes Classes
...ove attributes at
will. The attributes won't be uniqued until you call the appropriate
"AttributeSet::get" method.
An AttrBuilder object is *not* designed to be passed around by value. It should
be passed by reference.
Note: It is advised that you do *not* use the "AttrBuilder::addRawValue()"
method or the "AttrBuilder(uint64_t Val)" c'tor. These are for backwards
compatibility and may be removed in a future release (i.e. 4.0).
And that's basically it! A lot of functionality is hidden behind these classes,
but the interfaces are pretty straight forward. Pleas...
2013 Feb 09
0
[LLVMdev] Using the New Attributes Classes
...butes won't be uniqued until you call the appropriate
> "AttributeSet::get" method.
>
> An AttrBuilder object is *not* designed to be passed around by value. It
> should
> be passed by reference.
>
> Note: It is advised that you do *not* use the "AttrBuilder::addRawValue()"
> method or the "AttrBuilder(uint64_t Val)" c'tor. These are for backwards
> compatibility and may be removed in a future release (i.e. 4.0).
>
> And that's basically it! A lot of functionality is hidden behind these
> classes,
> but the interfaces are p...