|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/DebugInfoMetadata.h 1687 return getTemporary(getContext(), getScope(), getName(), getLinkageName(),
lib/IR/DIBuilder.cpp 747 return DISubprogram::getDistinct(std::forward<Ts>(Args)...);
748 return DISubprogram::get(std::forward<Ts>(Args)...);
777 return DISubprogram::getTemporary(VMContext, getNonCompileUnitScope(Context),
lib/IR/DebugInfo.cpp 439 return DISubprogram::getDistinct(
450 auto *NewMDS = DISubprogram::get(
unittests/CodeGen/MachineInstrTest.cpp 325 DISubprogram *DIS = DISubprogram::getDistinct(
unittests/IR/MetadataTest.cpp 86 return DISubprogram::getDistinct(
929 auto *SP1 = DISubprogram::getDistinct(Context, F, "a", "a", F, 0, nullptr,
932 auto *SP2 = DISubprogram::getDistinct(Context, F, "b", "b", F, 0, nullptr,
1819 auto *N = DISubprogram::get(
1845 EXPECT_EQ(N, DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,
1851 EXPECT_NE(N, DISubprogram::get(Context, getCompositeType(), Name, LinkageName,
1856 EXPECT_NE(N, DISubprogram::get(Context, Scope, "other", LinkageName, File,
1861 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, "other", File, Line,
1866 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, getFile(),
1871 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, File,
1876 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,
1881 EXPECT_NE(N, DISubprogram::get(
1886 EXPECT_NE(N, DISubprogram::get(
1891 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,
1896 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,
1901 EXPECT_NE(N, DISubprogram::get(
1906 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,
1911 EXPECT_NE(N, DISubprogram::get(
1916 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,
1922 DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,
1926 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,
1931 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,
1935 EXPECT_NE(N, DISubprogram::get(Context, Scope, Name, LinkageName, File, Line,