reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Linker/IRMover.cpp
   64   Type *get(Type *SrcTy);

References

lib/Linker/IRMover.cpp
   70     return cast<FunctionType>(get((Type *)T));
   74   Type *remapType(Type *SrcTy) override { return get(SrcTy); }
  205       Elements[I] = get(SrcSTy->getElementType(I));
  627       new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()),
  646           C, i, Attribute::getWithByValType(C, TypeMap.get(Ty)));
  671   auto *Ty = TypeMap.get(SGIS->getValueType());
  697           Function::Create(cast<FunctionType>(TypeMap.get(SGV->getValueType())),
  701           DstM, TypeMap.get(SGV->getValueType()),
  842   Type *EltTy = cast<ArrayType>(TypeMap.get(SrcGV->getValueType()))
  926   Constant *Ret = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
 1031       NewGV, TypeMap.get(SGV->getType()));