Lines Matching defs:FlushingMapper
1193 class FlushingMapper {
1197 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) {
1201 ~FlushingMapper() { M.flush(); }
1223 FlushingMapper(pImpl)->addFlags(Flags);
1227 return FlushingMapper(pImpl)->mapValue(&V);
1235 return FlushingMapper(pImpl)->mapMetadata(&MD);
1243 FlushingMapper(pImpl)->remapInstruction(&I);
1247 FlushingMapper(pImpl)->remapDbgRecord(DR);
1258 FlushingMapper(pImpl)->remapFunction(F);
1262 FlushingMapper(pImpl)->remapGlobalObjectMetadata(GO);