Home | History | Annotate | Download | only in IR

Lines Matching refs:isKeyOf

268   bool isKeyOf(const MDTuple *RHS) const { return compareOps(RHS); }
291 bool isKeyOf(const DILocation *RHS) const {
311 bool isKeyOf(const GenericDINode *RHS) const {
333 bool isKeyOf(const DISubrange *RHS) const {
365 bool isKeyOf(const DIEnumerator *RHS) const {
388 bool isKeyOf(const DIBasicType *RHS) const {
431 bool isKeyOf(const DIDerivedType *RHS) const {
531 bool isKeyOf(const DICompositeType *RHS) const {
566 bool isKeyOf(const DISubroutineType *RHS) const {
589 bool isKeyOf(const DIFile *RHS) const {
654 bool isKeyOf(const DISubprogram *RHS) const {
742 bool isKeyOf(const DILexicalBlock *RHS) const {
763 bool isKeyOf(const DILexicalBlockFile *RHS) const {
784 bool isKeyOf(const DINamespace *RHS) const {
810 bool isKeyOf(const DIModule *RHS) const {
831 bool isKeyOf(const DITemplateTypeParameter *RHS) const {
850 bool isKeyOf(const DITemplateValueParameter *RHS) const {
887 bool isKeyOf(const DIGlobalVariable *RHS) const {
932 bool isKeyOf(const DILocalVariable *RHS) const {
963 bool isKeyOf(const DILabel *RHS) const {
980 bool isKeyOf(const DIExpression *RHS) const {
998 bool isKeyOf(const DIGlobalVariableExpression *RHS) const {
1025 bool isKeyOf(const DIObjCProperty *RHS) const {
1054 bool isKeyOf(const DIImportedEntity *RHS) const {
1077 bool isKeyOf(const DIMacro *RHS) const {
1100 bool isKeyOf(const DIMacroFile *RHS) const {
1132 return SubsetEqualTy::isSubsetEqual(LHS, RHS) || LHS.isKeyOf(RHS);