reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/IR/IRBuilderTest.cpp
  744   EXPECT_EQ(SP->getFile(), GSP->getFile());
  745   EXPECT_EQ(SP->getType(), GSP->getType());
  746   EXPECT_EQ(SP->getLine(), GSP->getLine());
  747   EXPECT_EQ(SP->getScopeLine(), GSP->getScopeLine());
  748   EXPECT_TRUE(GSP->isDistinct());
  750   G->setSubprogram(GSP);
  754       DILocation::getDistinct(Ctx, GSP->getScopeLine(), 0, GSP);
  754       DILocation::getDistinct(Ctx, GSP->getScopeLine(), 0, GSP);
  763   EXPECT_EQ("foo", GSP->getName());
  765   EXPECT_TRUE(GSP->isArtificial());