mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Add accessor method.
llvm-svn: 41854
This commit is contained in:
parent
74888e63e7
commit
bde1aacffa
@ -445,6 +445,9 @@ namespace llvm {
|
||||
const char *getPersonalitySuffix() const {
|
||||
return PersonalitySuffix;
|
||||
}
|
||||
bool getNeedsIndirectEncoding() const {
|
||||
return NeedsIndirectEncoding;
|
||||
}
|
||||
const char *getInlineAsmStart() const {
|
||||
return InlineAsmStart;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user