• Home
  • Raw
  • Download

Lines Matching refs:getDistinct

81   MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); }  in getTuple()
83 return DISubroutineType::getDistinct(Context, 0, 0, getNode(nullptr)); in getSubroutineType()
86 return DISubprogram::getDistinct(Context, nullptr, "", "", nullptr, 0, in getSubprogram()
91 return DIFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile()
94 return DICompileUnit::getDistinct(Context, 1, getFile(), "clang", false, in getUnit()
103 return DIDerivedType::getDistinct(Context, dwarf::DW_TAG_pointer_type, "", in getDerivedType()
114 return DICompositeType::getDistinct( in getCompositeType()
355 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
356 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
381 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
382 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
452 TEST_F(MDNodeTest, getDistinct) { in TEST_F() argument
460 MDNode *Distinct1 = MDNode::getDistinct(Context, None); in TEST_F()
461 MDNode *Distinct2 = MDNode::getDistinct(Context, None); in TEST_F()
474 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
483 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
492 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
506 MDNode *Distinct = MDNode::getDistinct(Context, Ops); in TEST_F()
550 MDNode *N5 = MDNode::getDistinct(Context, Ops5); in TEST_F()
552 MDNode *N6 = MDNode::getDistinct(Context, Ops6); in TEST_F()
802 TEST_F(DILocationTest, getDistinct) { in TEST_F() argument
804 DILocation *L0 = DILocation::getDistinct(Context, 2, 7, N); in TEST_F()
972 DIType *D = DISubroutineType::getDistinct(Context, 0u, 0, Types); in TEST_F()
1229 auto *Elements = MDTuple::getDistinct(Context, None); in TEST_F()
1243 auto *TemplateParams = MDTuple::getDistinct(Context, None); in TEST_F()
1332 auto *N = DICompileUnit::getDistinct( in TEST_F()
1386 MDTuple *EnumTypes = MDTuple::getDistinct(Context, None); in TEST_F()
1387 MDTuple *RetainedTypes = MDTuple::getDistinct(Context, None); in TEST_F()
1388 MDTuple *ImportedEntities = MDTuple::getDistinct(Context, None); in TEST_F()
1390 auto *N = DICompileUnit::getDistinct( in TEST_F()
1395 auto *GlobalVariables = MDTuple::getDistinct(Context, None); in TEST_F()
1402 auto *Macros = MDTuple::getDistinct(Context, None); in TEST_F()
2317 auto *D = MDTuple::getDistinct(Context, Ops); in TEST_F()
2356 MDTuple::getDistinct(Context, &PH); in TEST_F()
2357 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH), in TEST_F()
2370 MDTuple::getDistinct(Context, &PH); in TEST_F()
2376 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH), in TEST_F()