Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h152 bool isODRUniquingDebugTypes() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp320 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; } in isODRUniquingDebugTypes() function in LLVMContext
H A DDebugInfoMetadata.cpp631 if (!Context.isODRUniquingDebugTypes()) in buildODRType()
670 if (!Context.isODRUniquingDebugTypes()) in getODRType()
685 if (!Context.isODRUniquingDebugTypes()) in getODRTypeIfExists()
H A DVerifier.cpp5613 if (M.getContext().isODRUniquingDebugTypes()) in verifyCompileUnits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp615 assert(Mod.getContext().isODRUniquingDebugTypes() && in thinBackend()