Home
last modified time | relevance | path

Searched refs:mapMetadata (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp159 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 Mapper
990 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 ValueMapper
1214 return FlushingMapper(pImpl)->mapMetadata(&MD); in mapMetadata()
1218 return cast_or_null<MDNode>(mapMetadata(N)); in mapMDNode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h175 Metadata *mapMetadata(const Metadata &MD);
243 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD);