Lines Matching refs:getDistinct
81 MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); } in getTuple()
83 return DISubroutineType::getDistinct(Context, 0, getNode(nullptr)); in getSubroutineType()
86 return DISubprogram::getDistinct(Context, nullptr, "", "", nullptr, 0, in getSubprogram()
92 return DIFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile()
99 return DIDerivedType::getDistinct(Context, dwarf::DW_TAG_pointer_type, "", in getDerivedType()
111 return DICompositeType::getDistinct( in getCompositeType()
353 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
354 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
379 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
380 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
450 TEST_F(MDNodeTest, getDistinct) { in TEST_F() argument
458 MDNode *Distinct1 = MDNode::getDistinct(Context, None); in TEST_F()
459 MDNode *Distinct2 = MDNode::getDistinct(Context, None); in TEST_F()
472 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
481 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
490 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
504 MDNode *Distinct = MDNode::getDistinct(Context, Ops); in TEST_F()
548 MDNode *N5 = MDNode::getDistinct(Context, Ops5); in TEST_F()
550 MDNode *N6 = MDNode::getDistinct(Context, Ops6); in TEST_F()
800 TEST_F(DILocationTest, getDistinct) { in TEST_F() argument
802 DILocation *L0 = DILocation::getDistinct(Context, 2, 7, N); in TEST_F()
970 DIType *D = DISubroutineType::getDistinct(Context, 0u, Types); in TEST_F()
1227 auto *Elements = MDTuple::getDistinct(Context, None); in TEST_F()
1241 auto *TemplateParams = MDTuple::getDistinct(Context, None); in TEST_F()
1316 auto *N = DICompileUnit::getDistinct( in TEST_F()
1372 MDTuple *EnumTypes = MDTuple::getDistinct(Context, None); in TEST_F()
1373 MDTuple *RetainedTypes = MDTuple::getDistinct(Context, None); in TEST_F()
1374 MDTuple *ImportedEntities = MDTuple::getDistinct(Context, None); in TEST_F()
1376 auto *N = DICompileUnit::getDistinct( in TEST_F()
1381 auto *Subprograms = MDTuple::getDistinct(Context, None); in TEST_F()
1388 auto *GlobalVariables = MDTuple::getDistinct(Context, None); in TEST_F()
1395 auto *Macros = MDTuple::getDistinct(Context, None); in TEST_F()