Home | History | Annotate | Download | only in IR

Lines Matching refs:isKeyOf

234   bool isKeyOf(const MDTuple *RHS) const { return compareOps(RHS); }
258 bool isKeyOf(const DILocation *RHS) const {
276 bool isKeyOf(const GenericDINode *RHS) const {
297 bool isKeyOf(const DISubrange *RHS) const {
311 bool isKeyOf(const DIEnumerator *RHS) const {
332 bool isKeyOf(const DIBasicType *RHS) const {
370 bool isKeyOf(const DIDerivedType *RHS) const {
462 bool isKeyOf(const DICompositeType *RHS) const {
495 bool isKeyOf(const DISubroutineType *RHS) const {
511 bool isKeyOf(const DIFile *RHS) const {
566 bool isKeyOf(const DISubprogram *RHS) const {
642 bool isKeyOf(const DILexicalBlock *RHS) const {
662 bool isKeyOf(const DILexicalBlockFile *RHS) const {
683 bool isKeyOf(const DINamespace *RHS) const {
707 bool isKeyOf(const DIModule *RHS) const {
727 bool isKeyOf(const DITemplateTypeParameter *RHS) const {
745 bool isKeyOf(const DITemplateValueParameter *RHS) const {
780 bool isKeyOf(const DIGlobalVariable *RHS) const {
815 bool isKeyOf(const DILocalVariable *RHS) const {
832 bool isKeyOf(const DIExpression *RHS) const {
859 bool isKeyOf(const DIObjCProperty *RHS) const {
885 bool isKeyOf
907 bool isKeyOf(const DIMacro *RHS) const {
929 bool isKeyOf(const DIMacroFile *RHS) const {
955 return SubsetEqualTy::isSubsetEqual(LHS, RHS) || LHS.isKeyOf(RHS);