Searched refs:mapMetadata (Results 1 – 2 of 2) sorted by relevance
159 Metadata *mapMetadata(const Metadata *MD);429 auto *MappedMD = mapMetadata(MD); in mapValue()542 auto *MappedVar = mapMetadata(V.getVariable()); in remapDPValue()543 auto *MappedDILoc = mapMetadata(V.getDebugLoc()); in remapDPValue()900 Metadata *Mapper::mapMetadata(const Metadata *MD) { in mapMetadata() function in Mapper990 MDNode *New = cast_or_null<MDNode>(mapMetadata(Old)); in remapInstruction()1041 GO.addMetadata(I.first, *cast<MDNode>(mapMetadata(I.second))); in remapGlobalObjectMetadata()1213 Metadata *ValueMapper::mapMetadata(const Metadata &MD) { in mapMetadata() function in ValueMapper1214 return FlushingMapper(pImpl)->mapMetadata(&MD); in mapMetadata()1218 return cast_or_null<MDNode>(mapMetadata(N)); in mapMDNode()
175 Metadata *mapMetadata(const Metadata &MD);243 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD);