HomeSort by relevance Sort by last modified time
    Searched refs:DstSTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Linker/
LinkModules.cpp 180 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]);
183 // provide a body for DstSTy then previous iterations of this loop may have
185 if (!DstSTy->isOpaque()) continue;
193 DstSTy->setBody(Elements, SrcSTy->isPacked());
195 // If DstSTy has no name or has a longer name than STy, then viciously steal
200 if (!DstSTy->hasName() || DstSTy->getName().size() > SrcName.size()) {
203 DstSTy->setName(TmpName.str());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 547 if (llvm::StructType *DstSTy = dyn_cast<llvm::StructType>(DstTy)) {
548 DstPtr = EnterStructPointerForCoercedAccess(DstPtr, DstSTy, SrcSize, CGF);
    [all...]

Completed in 94 milliseconds