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.cpp1090 StringRef Remapped = MappedNames.lookup(Key); in getRecords() local
1091 if (!Remapped.empty()) { in getRecords()
1094 FuncName = Remapped; in getRecords()
1098 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1422 sampleprof::FunctionSamples Remapped = in remapSamples() local
1425 Target[Remapped.getFunction()].merge(Remapped)); in remapSamples()
1541 FunctionSamples Remapped = in mergeSampleProfile() local
1544 FunctionSamples &Samples = Remapper ? Remapped : I->second; in mergeSampleProfile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3028 std::string Remapped = remapDIPath(Path); in getOrCreateModuleRef() local
3029 StringRef Relative(Remapped); in getOrCreateModuleRef()