mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
Add unsigned DISubprogram::getFlags() const
for DragonEgg.
llvm-svn: 175430
This commit is contained in:
parent
0bf41d5263
commit
81b0346d54
@ -522,6 +522,10 @@ namespace llvm {
|
||||
return getFieldAs<DICompositeType>(13);
|
||||
}
|
||||
|
||||
unsigned getFlags() const {
|
||||
return getUnsignedField(14);
|
||||
}
|
||||
|
||||
unsigned isArtificial() const {
|
||||
if (getVersion() <= llvm::LLVMDebugVersion8)
|
||||
return getUnsignedField(14);
|
||||
|
Loading…
x
Reference in New Issue
Block a user