Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp730 StringRef Remapped = MappedNames.lookup(Key); in getRecords() local
731 if (!Remapped.empty()) { in getRecords()
734 FuncName = Remapped; in getRecords()
738 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp610 sampleprof::FunctionSamples Remapped = in remapSamples() local
613 Target[std::string(Remapped.getName())].merge(Remapped)); in remapSamples()
732 FunctionSamples Remapped = in mergeSampleProfile() local
735 FunctionSamples &Samples = Remapper ? Remapped : I->second; in mergeSampleProfile()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2620 std::string Remapped = remapDIPath(Path); in getOrCreateModuleRef() local
2621 StringRef Relative(Remapped); in getOrCreateModuleRef()