Home | History | Annotate | Download | only in IR

Lines Matching refs:DIScopeRef

693 DIScopeRef DIScope::getRef() const {
695 return DIScopeRef(*this);
698 return DIScopeRef(*this);
699 return DIScopeRef(DTy.getIdentifier());
755 DIScopeRef DIScope::getContext() const {
761 return DIScopeRef(DISubprogram(DbgNode).getContext());
764 return DIScopeRef(DILexicalBlock(DbgNode).getContext());
767 return DIScopeRef(DILexicalBlockFile(DbgNode).getContext());
770 return DIScopeRef(DINameSpace(DbgNode).getContext());
773 return DIScopeRef(nullptr);
1454 assert(isScopeRef(V) && "DIScopeRef should be a MDString or MDNode");
1462 DIScopeRef DIDescriptor::getFieldAs<DIScopeRef>(unsigned Elt) const {
1463 return DIScopeRef(getField(DbgNode, Elt));