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

Declarations

include/llvm/IR/DebugInfoMetadata.h
  988   static DICompositeType *getODRTypeIfExists(LLVMContext &Context,

References

unittests/IR/DebugTypeODRUniquingTest.cpp
   36   EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID));
   45   EXPECT_EQ(&CT, DICompositeType::getODRTypeIfExists(Context, UUID));
   58   EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID));
   62   EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID));
   74   EXPECT_EQ(&CT, DICompositeType::getODRTypeIfExists(Context, UUID));