Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h160 LLVM_ABI bool isODRUniquingDebugTypes() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp334 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; } in isODRUniquingDebugTypes() function in LLVMContext
H A DDebugInfoMetadata.cpp1068 if (!Context.isODRUniquingDebugTypes()) in buildODRType()
1112 if (!Context.isODRUniquingDebugTypes()) in getODRType()
1132 if (!Context.isODRUniquingDebugTypes()) in getODRTypeIfExists()
H A DVerifier.cpp1554 M.getContext().isODRUniquingDebugTypes()) in visitDISubprogram()
7396 if (M.getContext().isODRUniquingDebugTypes()) in verifyCompileUnits()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp682 assert(Mod.getContext().isODRUniquingDebugTypes() && in thinBackend()