mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
Add function to return return attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c230b3338
commit
ec7559db6d
@ -195,6 +195,12 @@ public:
|
||||
void setGC(const char *Str);
|
||||
void clearGC();
|
||||
|
||||
|
||||
/// getRetAttributes - Return the return attributes for querying.
|
||||
Attributes getRetAttributes() const {
|
||||
return AttributeList.getRetAttributes();
|
||||
}
|
||||
|
||||
/// getParamAttributes - Return the parameter attributes for querying.
|
||||
Attributes getParamAttributes(unsigned Idx) const {
|
||||
return AttributeList.getParamAttributes(Idx);
|
||||
|
Loading…
Reference in New Issue
Block a user