Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h153 bool isODRUniquingDebugTypes() const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp340 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; } in isODRUniquingDebugTypes() function in LLVMContext
H A DDebugInfoMetadata.cpp722 if (!Context.isODRUniquingDebugTypes()) in buildODRType()
764 if (!Context.isODRUniquingDebugTypes()) in getODRType()
783 if (!Context.isODRUniquingDebugTypes()) in getODRTypeIfExists()
H A DVerifier.cpp6225 if (M.getContext().isODRUniquingDebugTypes()) in verifyCompileUnits()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp614 assert(Mod.getContext().isODRUniquingDebugTypes() && in thinBackend()