Searched refs:CopyType (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | SymbolFileOnDemand.h | 244 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 D | SymbolFile.h | 424 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 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 | 1742 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1829 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 D | CGBlocks.cpp | 77 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 D | DWARFASTParserClang.cpp | 182 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule()
|