Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h241 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function
242 return m_sym_file_impl->CopyType(other_type); in CopyType()
H A DSymbolFile.h465 virtual lldb::TypeSP CopyType(const lldb::TypeSP &other_type) = 0;
578 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h94 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type);
H A DClangASTImporter.cpp33 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter
325 return CopyType(dst, src_type); in DeportType()
H A DClangASTSource.cpp1724 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1791 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() local
1831 Address ElemPtr(ElemPtrPtr, CopyType, Align); in emitInterWarpCopyFunction()
1842 Address MediumPtr(MediumPtrVal, CopyType, Align); in emitInterWarpCopyFunction()
1889 Address SrcMediumPtr(SrcMediumPtrVal, CopyType, Align); in emitInterWarpCopyFunction()
1895 Address TargetElemPtr(TargetElemPtrVal, CopyType, Align); in emitInterWarpCopyFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp201 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()