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

References

include/llvm/IR/DebugInfoMetadata.h
 2042     return getTemporary(getContext(), getScope(), getName(),
lib/IR/DIBuilder.cpp
  823   return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name,
unittests/IR/MetadataTest.cpp
 2031   auto *N = DINamespace::get(Context, Scope, Name, ExportSymbols);
 2036   EXPECT_EQ(N, DINamespace::get(Context, Scope, Name, ExportSymbols));
 2037   EXPECT_NE(N, DINamespace::get(Context, getFile(), Name, ExportSymbols));
 2038   EXPECT_NE(N, DINamespace::get(Context, Scope, "other", ExportSymbols));
 2039   EXPECT_NE(N, DINamespace::get(Context, Scope, Name, !ExportSymbols));