Home
last modified time | relevance | path

Searched refs:WrappedTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4576 llvm::DIType *WrappedTy = getOrCreateType(FType, Unit); in EmitTypeForVarWithBlocksAttr() local
4583 llvm::DINode::FlagZero, WrappedTy); in EmitTypeForVarWithBlocksAttr()
4590 WrappedTy}; in EmitTypeForVarWithBlocksAttr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp865 LLVMTypeRef LLVMGetElementType(LLVMTypeRef WrappedTy) { in LLVMGetElementType() argument
866 auto *Ty = unwrap(WrappedTy); in LLVMGetElementType()