mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-21 11:48:31 +00:00
IR: Add a setDWOId() method to DICompileUnit.
Tested via clang. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3ff2abcb0
commit
02aa134d92
@ -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); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user