Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugTypeODRUniquingTest.cpp19 EXPECT_FALSE(Context.isODRUniquingDebugTypes()); in TEST()
21 EXPECT_TRUE(Context.isODRUniquingDebugTypes()); in TEST()
23 EXPECT_FALSE(Context.isODRUniquingDebugTypes()); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h153 bool isODRUniquingDebugTypes() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp335 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; } in isODRUniquingDebugTypes() function in LLVMContext
H A DDebugInfoMetadata.cpp688 if (!Context.isODRUniquingDebugTypes()) in buildODRType()
730 if (!Context.isODRUniquingDebugTypes()) in getODRType()
749 if (!Context.isODRUniquingDebugTypes()) in getODRTypeIfExists()
H A DVerifier.cpp6072 if (M.getContext().isODRUniquingDebugTypes()) in verifyCompileUnits()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp612 assert(Mod.getContext().isODRUniquingDebugTypes() && in thinBackend()