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:
c3ff2ab
)
IR: Add a setDWOId() method to DICompileUnit.
author
Adrian Prantl
<aprantl@apple.com>
Tue, 22 Sep 2015 23:21:06 +0000
(23:21 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Tue, 22 Sep 2015 23:21:06 +0000
(23:21 +0000)
Tested via clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248342
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/DebugInfoMetadata.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/DebugInfoMetadata.h
b/include/llvm/IR/DebugInfoMetadata.h
index 9b758a51349fc05440560178413e8a5743bfa138..27b92eea405a02d2680e2c9535c0d954a4b2435d 100644
(file)
--- a/
include/llvm/IR/DebugInfoMetadata.h
+++ b/
include/llvm/IR/DebugInfoMetadata.h
@@
-1027,6
+1027,7
@@
public:
return cast_or_null<MDTuple>(getRawImportedEntities());
}
uint64_t getDWOId() const { return DWOId; }
+ void setDWOId(uint64_t DwoId) { DWOId = DwoId; }
MDString *getRawProducer() const { return getOperandAs<MDString>(1); }
MDString *getRawFlags() const { return getOperandAs<MDString>(2); }