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

  /external/llvm/lib/Linker/
IRMover.cpp 194 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]);
195 assert(DstSTy->isOpaque());
202 DstSTy->setBody(Elements, SrcSTy->isPacked());
203 DstStructTypesSet.switchToNonOpaque(DstSTy);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 392 milliseconds