Lines Matching refs:getDistinct

79   MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); }  in getTuple()
81 return MDSubroutineType::getDistinct(Context, 0, getNode(nullptr)); in getSubroutineType()
84 return MDSubprogram::getDistinct(Context, nullptr, "", "", nullptr, 0, in getSubprogram()
90 return MDFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile()
97 return MDDerivedType::getDistinct(Context, dwarf::DW_TAG_pointer_type, "", in getDerivedType()
109 return MDCompositeType::getDistinct( in getCompositeType()
351 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
352 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
373 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
374 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
436 TEST_F(MDNodeTest, getDistinct) { in TEST_F() argument
444 MDNode *Distinct1 = MDNode::getDistinct(Context, None); in TEST_F()
445 MDNode *Distinct2 = MDNode::getDistinct(Context, None); in TEST_F()
458 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
467 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
476 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
490 MDNode *Distinct = MDNode::getDistinct(Context, Ops); in TEST_F()
534 MDNode *N5 = MDNode::getDistinct(Context, Ops5); in TEST_F()
536 MDNode *N6 = MDNode::getDistinct(Context, Ops6); in TEST_F()
786 TEST_F(MDLocationTest, getDistinct) { in TEST_F() argument
788 MDLocation *L0 = MDLocation::getDistinct(Context, 2, 7, N); in TEST_F()
948 MDType *D = MDSubroutineType::getDistinct(Context, 0u, Types); in TEST_F()
1204 auto *Elements = MDTuple::getDistinct(Context, None); in TEST_F()
1218 auto *TemplateParams = MDTuple::getDistinct(Context, None); in TEST_F()
1396 MDTuple *EnumTypes = MDTuple::getDistinct(Context, None); in TEST_F()
1397 MDTuple *RetainedTypes = MDTuple::getDistinct(Context, None); in TEST_F()
1398 MDTuple *ImportedEntities = MDTuple::getDistinct(Context, None); in TEST_F()
1404 auto *Subprograms = MDTuple::getDistinct(Context, None); in TEST_F()
1411 auto *GlobalVariables = MDTuple::getDistinct(Context, None); in TEST_F()