Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp220 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]); in linkDefinedTypeBodies() local
221 assert(DstSTy->isOpaque()); in linkDefinedTypeBodies()
228 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies()
229 DstStructTypesSet.switchToNonOpaque(DstSTy); in linkDefinedTypeBodies()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.cpp1025 if (llvm::StructType *DstSTy = dyn_cast<llvm::StructType>(DstTy)) { in CreateCoercedStore() local
1026 DstPtr = EnterStructPointerForCoercedAccess(DstPtr, DstSTy, SrcSize, CGF); in CreateCoercedStore()