Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h167 bool isODRUniquingDebugTypes() const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp321 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; } in isODRUniquingDebugTypes() function in LLVMContext
H A DDebugInfoMetadata.cpp409 if (!Context.isODRUniquingDebugTypes()) in buildODRType()
444 if (!Context.isODRUniquingDebugTypes()) in getODRType()
458 if (!Context.isODRUniquingDebugTypes()) in getODRTypeIfExists()
H A DVerifier.cpp4773 if (M.getContext().isODRUniquingDebugTypes()) in verifyCompileUnits()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp506 assert(Mod.getContext().isODRUniquingDebugTypes() && in thinBackend()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp544 if (CT && CT->getContext().isODRUniquingDebugTypes() && in cloneOrBuildODR()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp249 if (STy->getContext().isODRUniquingDebugTypes() && !STy->isOpaque() && in get()