Home
last modified time | relevance | path

Searched refs:isODRUniquingDebugTypes (Results 1 – 13 of 13) sorted by relevance

/external/llvm/unittests/IR/
DDebugTypeODRUniquingTest.cpp19 EXPECT_FALSE(Context.isODRUniquingDebugTypes()); in TEST()
21 EXPECT_TRUE(Context.isODRUniquingDebugTypes()); in TEST()
23 EXPECT_FALSE(Context.isODRUniquingDebugTypes()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DDebugTypeODRUniquingTest.cpp19 EXPECT_FALSE(Context.isODRUniquingDebugTypes()); in TEST()
21 EXPECT_TRUE(Context.isODRUniquingDebugTypes()); in TEST()
23 EXPECT_FALSE(Context.isODRUniquingDebugTypes()); in TEST()
/external/llvm/include/llvm/IR/
DLLVMContext.h123 bool isODRUniquingDebugTypes() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h132 bool isODRUniquingDebugTypes() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h166 bool isODRUniquingDebugTypes() const;
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp285 if (!Context.isODRUniquingDebugTypes()) in buildODRType()
319 if (!Context.isODRUniquingDebugTypes()) in getODRType()
333 if (!Context.isODRUniquingDebugTypes()) in getODRTypeIfExists()
DLLVMContext.cpp329 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; } in isODRUniquingDebugTypes() function in LLVMContext
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfoMetadata.cpp345 if (!Context.isODRUniquingDebugTypes()) in buildODRType()
380 if (!Context.isODRUniquingDebugTypes()) in getODRType()
394 if (!Context.isODRUniquingDebugTypes()) in getODRTypeIfExists()
DLLVMContext.cpp320 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; } in isODRUniquingDebugTypes() function in LLVMContext
DVerifier.cpp4641 if (M.getContext().isODRUniquingDebugTypes()) in verifyCompileUnits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp499 assert(Mod.getContext().isODRUniquingDebugTypes() && in thinBackend()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp544 if (CT && CT->getContext().isODRUniquingDebugTypes() && in cloneOrBuildODR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp249 if (STy->getContext().isODRUniquingDebugTypes() && !STy->isOpaque() && in get()