mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 06:12:18 +00:00
remove DIDescriptor::getNode()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b77f6a85a
commit
ebe57f1b30
@ -52,7 +52,7 @@ namespace llvm {
|
|||||||
|
|
||||||
template <typename DescTy>
|
template <typename DescTy>
|
||||||
DescTy getFieldAs(unsigned Elt) const {
|
DescTy getFieldAs(unsigned Elt) const {
|
||||||
return DescTy(getDescriptorField(Elt).getNode());
|
return DescTy(getDescriptorField(Elt));
|
||||||
}
|
}
|
||||||
|
|
||||||
GlobalVariable *getGlobalVariableField(unsigned Elt) const;
|
GlobalVariable *getGlobalVariableField(unsigned Elt) const;
|
||||||
@ -63,7 +63,6 @@ namespace llvm {
|
|||||||
|
|
||||||
bool Verify() const { return DbgNode != 0; }
|
bool Verify() const { return DbgNode != 0; }
|
||||||
|
|
||||||
MDNode *getNode() const { return DbgNode; }
|
|
||||||
operator MDNode *() const { return DbgNode; }
|
operator MDNode *() const { return DbgNode; }
|
||||||
MDNode *operator ->() const { return DbgNode; }
|
MDNode *operator ->() const { return DbgNode; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user