1
0
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:
Bill Wendling 2007-09-11 17:24:38 +00:00
parent 74888e63e7
commit bde1aacffa

View File

@ -445,6 +445,9 @@ namespace llvm {
const char *getPersonalitySuffix() const {
return PersonalitySuffix;
}
bool getNeedsIndirectEncoding() const {
return NeedsIndirectEncoding;
}
const char *getInlineAsmStart() const {
return InlineAsmStart;
}