Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1199 class FlushingMapper { class
1203 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper() function in __anoncb3f1d700811::FlushingMapper
1207 ~FlushingMapper() { M.flush(); } in ~FlushingMapper()
1229 FlushingMapper(pImpl)->addFlags(Flags); in addFlags()
1233 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
1241 return FlushingMapper(pImpl)->mapMetadata(&MD); in mapMetadata()
1249 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
1253 FlushingMapper(pImpl)->remapDbgRecord(DR); in remapDbgRecord()
1264 FlushingMapper(pImpl)->remapFunction(F); in remapFunction()
1268 FlushingMapper(pImpl)->remapGlobalObjectMetadata(GO); in remapGlobalObjectMetadata()