Searched refs:Remapped (Results 1 – 3 of 3) sorted by relevance
1090 StringRef Remapped = MappedNames.lookup(Key); in getRecords() local1091 if (!Remapped.empty()) { in getRecords()1094 FuncName = Remapped; in getRecords()1098 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
1422 sampleprof::FunctionSamples Remapped = in remapSamples() local1425 Target[Remapped.getFunction()].merge(Remapped)); in remapSamples()1541 FunctionSamples Remapped = in mergeSampleProfile() local1544 FunctionSamples &Samples = Remapper ? Remapped : I->second; in mergeSampleProfile()
3028 std::string Remapped = remapDIPath(Path); in getOrCreateModuleRef() local3029 StringRef Relative(Remapped); in getOrCreateModuleRef()