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.h154 bool isODRUniquingDebugTypes() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp355 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; } in isODRUniquingDebugTypes() function in LLVMContext
H A DDebugInfoMetadata.cpp801 if (!Context.isODRUniquingDebugTypes()) in buildODRType()
843 if (!Context.isODRUniquingDebugTypes()) in getODRType()
862 if (!Context.isODRUniquingDebugTypes()) in getODRTypeIfExists()
H A DVerifier.cpp1483 M.getContext().isODRUniquingDebugTypes()) in visitDISubprogram()
7000 if (M.getContext().isODRUniquingDebugTypes()) in verifyCompileUnits()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp625 assert(Mod.getContext().isODRUniquingDebugTypes() && in thinBackend()