Home
last modified time | relevance | path

Searched defs:CopyType (Results 1 – 4 of 4) 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
H A DSymbolFile.h526 lldb::TypeSP CopyType(const lldb::TypeSP &other_type) override { in CopyType() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp33 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() function in ClangASTImporter
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1829 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() local