Searched refs:CopyType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolFileOnDemand.h | 241 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 D | SymbolFile.h | 465 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 D | ClangASTImporter.h | 94 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type);
|
| H A D | ClangASTImporter.cpp | 33 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter 325 return CopyType(dst, src_type); in DeportType()
|
| H A D | ClangASTSource.cpp | 1724 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1791 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 D | DWARFASTParserClang.cpp | 201 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()
|