Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h154 bool isODRUniquingDebugTypes() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp348 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; } in isODRUniquingDebugTypes() function in LLVMContext
H A DDebugInfoMetadata.cpp791 if (!Context.isODRUniquingDebugTypes()) in buildODRType()
833 if (!Context.isODRUniquingDebugTypes()) in getODRType()
852 if (!Context.isODRUniquingDebugTypes()) in getODRTypeIfExists()
H A DVerifier.cpp1439 M.getContext().isODRUniquingDebugTypes()) in visitDISubprogram()
6586 if (M.getContext().isODRUniquingDebugTypes()) in verifyCompileUnits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp623 assert(Mod.getContext().isODRUniquingDebugTypes() && in thinBackend()