Searched refs:getODRTypeIfExists (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/IR/ |
D | DebugTypeODRUniquingTest.cpp | 37 EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST() 46 EXPECT_EQ(&CT, DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST() 58 EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST() 62 EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST() 74 EXPECT_EQ(&CT, DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | DebugTypeODRUniquingTest.cpp | 37 EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST() 46 EXPECT_EQ(&CT, DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST() 59 EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST() 63 EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST() 75 EXPECT_EQ(&CT, DICompositeType::getODRTypeIfExists(Context, UUID)); in TEST()
|
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 330 DICompositeType *DICompositeType::getODRTypeIfExists(LLVMContext &Context, in getODRTypeIfExists() function in DICompositeType
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 391 DICompositeType *DICompositeType::getODRTypeIfExists(LLVMContext &Context, in getODRTypeIfExists() function in DICompositeType
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 861 static DICompositeType *getODRTypeIfExists(LLVMContext &Context,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1031 static DICompositeType *getODRTypeIfExists(LLVMContext &Context,
|