projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4293f4e
)
Add `unsigned DISubprogram::getFlags() const` for DragonEgg.
author
David Blaikie
<dblaikie@gmail.com>
Mon, 18 Feb 2013 08:04:16 +0000
(08:04 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Mon, 18 Feb 2013 08:04:16 +0000
(08:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175430
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/DebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/DebugInfo.h
b/include/llvm/DebugInfo.h
index e77c86e6633ad3c0e3131fc8b40a481f6a7c447a..4fc90b4f6df515e884c1521554da3fcc7fe42d5b 100644
(file)
--- a/
include/llvm/DebugInfo.h
+++ b/
include/llvm/DebugInfo.h
@@
-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);