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.cpp1055 StringRef Remapped = MappedNames.lookup(Key); in getRecords() local
1056 if (!Remapped.empty()) { in getRecords()
1059 FuncName = Remapped; in getRecords()
1063 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1364 sampleprof::FunctionSamples Remapped = in remapSamples() local
1366 MergeResult(Error, Target[Remapped.getFunction()].merge(Remapped)); in remapSamples()
1482 FunctionSamples Remapped = in mergeSampleProfile() local
1485 FunctionSamples &Samples = Remapper ? Remapped : I->second; in mergeSampleProfile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2902 std::string Remapped = remapDIPath(Path); in getOrCreateModuleRef() local
2903 StringRef Relative(Remapped); in getOrCreateModuleRef()