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

References

lib/Linker/IRMover.cpp
  527         Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap,
  627       new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()),
  646           C, i, Attribute::getWithByValType(C, TypeMap.get(Ty)));
  658       Function::Create(TypeMap.get(SF->getFunctionType()),
  671   auto *Ty = TypeMap.get(SGIS->getValueType());
  697           Function::Create(cast<FunctionType>(TypeMap.get(SGV->getValueType())),
  701           DstM, TypeMap.get(SGV->getValueType()),
  750       TypeMap.addTypeMapping(DGV->getType(), SGV.getType());
  757     TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType());
  771       TypeMap.addTypeMapping(DGV->getType(), SGV.getType());
  776       TypeMap.addTypeMapping(DGV->getType(), SGV.getType());
  787     if (TypeMap.DstStructTypesSet.hasType(ST)) {
  821     if (TypeMap.DstStructTypesSet.hasType(DST))
  822       TypeMap.addTypeMapping(DST, ST);
  827   TypeMap.linkDefinedTypeBodies();
  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()));