Lines Matching defs:FlushingMapper
1187 class FlushingMapper {
1191 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) {
1195 ~FlushingMapper() { M.flush(); }
1216 FlushingMapper(pImpl)->addFlags(Flags);
1220 return FlushingMapper(pImpl)->mapValue(&V);
1228 return FlushingMapper(pImpl)->mapMetadata(&MD);
1236 FlushingMapper(pImpl)->remapInstruction(&I);
1240 FlushingMapper(pImpl)->remapDbgRecord(DR);
1251 FlushingMapper(pImpl)->remapFunction(F);
1255 FlushingMapper(pImpl)->remapGlobalObjectMetadata(GO);