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

References

unittests/IR/MetadataTest.cpp
 1623   auto *N = DISubroutineType::get(Context, Flags, 0, TypeArray);
 1626   EXPECT_EQ(TypeArray, N->getTypeArray().get());
 1627   EXPECT_EQ(N, DISubroutineType::get(Context, Flags, 0, TypeArray));
 1629   EXPECT_NE(N, DISubroutineType::get(Context, FlagsPOne, 0, TypeArray));
 1634       Context, Flags, dwarf::DW_CC_BORLAND_msfastcall, TypeArray);
 1636                                     dwarf::DW_CC_BORLAND_stdcall, TypeArray);
 1639                                   dwarf::DW_CC_BORLAND_msfastcall, TypeArray));
 1641                      Context, Flags, dwarf::DW_CC_BORLAND_stdcall, TypeArray));