Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h244 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function
245 return m_sym_file_impl->CopyType(other_type); in CopyType()
H A DSymbolFile.h424 virtual lldb::TypeSP CopyType(const lldb::TypeSP &other_type) = 0;
526 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function
/openbsd-src/gnu/llvm/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.cpp1742 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1829 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() local
1870 ElemPtr = Bld.CreateElementBitCast(ElemPtr, CopyType); in emitInterWarpCopyFunction()
1884 CopyType->getPointerTo( in emitInterWarpCopyFunction()
1886 CopyType, Align); in emitInterWarpCopyFunction()
1936 CopyType->getPointerTo( in emitInterWarpCopyFunction()
1938 CopyType, Align); in emitInterWarpCopyFunction()
1945 TargetElemPtr = Bld.CreateElementBitCast(TargetElemPtr, CopyType); in emitInterWarpCopyFunction()
H A DCGBlocks.cpp77 BlockCaptureManagedEntity(BlockCaptureEntityKind CopyType, in BlockCaptureManagedEntity()
83 : CopyKind(CopyType), DisposeKind(DisposeType), CopyFlags(CopyFlags), in BlockCaptureManagedEntity()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp182 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()