Searched refs:Remapped (Results 1 – 3 of 3) sorted by relevance
1123 StringRef Remapped = MappedNames.lookup(Key); in getRecords() local1124 if (!Remapped.empty()) { in getRecords()1127 FuncName = Remapped; in getRecords()1131 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
1508 sampleprof::FunctionSamples Remapped = in remapSamples() local1511 Target[Remapped.getFunction()].merge(Remapped)); in remapSamples()1634 FunctionSamples Remapped = in mergeSampleProfile() local1637 FunctionSamples &Samples = Remapper ? Remapped : I->second; in mergeSampleProfile()
3253 std::string Remapped = remapDIPath(Path); in getOrCreateModuleRef() local3254 StringRef Relative(Remapped); in getOrCreateModuleRef()