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

References

unittests/IR/IRBuilderTest.cpp
  724   EXPECT_TRUE(SP->isDistinct());
  726   F->setSubprogram(SP);
  729   I->setDebugLoc(DebugLoc::get(3, 2, SP));
  730   R->setDebugLoc(DebugLoc::get(4, 2, SP));
  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());
  762   EXPECT_EQ("foo", SP->getName());
  764   EXPECT_FALSE(SP->isArtificial());