Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1123 StringRef Remapped = MappedNames.lookup(Key); in getRecords() local
1124 if (!Remapped.empty()) { in getRecords()
1127 FuncName = Remapped; in getRecords()
1131 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1508 sampleprof::FunctionSamples Remapped = in remapSamples() local
1511 Target[Remapped.getFunction()].merge(Remapped)); in remapSamples()
1634 FunctionSamples Remapped = in mergeSampleProfile() local
1637 FunctionSamples &Samples = Remapper ? Remapped : I->second; in mergeSampleProfile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3253 std::string Remapped = remapDIPath(Path); in getOrCreateModuleRef() local
3254 StringRef Relative(Remapped); in getOrCreateModuleRef()