Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp869 StringRef Remapped = MappedNames.lookup(Key); in getRecords() local
870 if (!Remapped.empty()) { in getRecords()
873 FuncName = Remapped; in getRecords()
877 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp887 sampleprof::FunctionSamples Remapped = in remapSamples() local
890 Target[std::string(Remapped.getName())].merge(Remapped)); in remapSamples()
1009 FunctionSamples Remapped = in mergeSampleProfile() local
1012 FunctionSamples &Samples = Remapper ? Remapped : I->second; in mergeSampleProfile()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2757 std::string Remapped = remapDIPath(Path); in getOrCreateModuleRef() local
2758 StringRef Relative(Remapped); in getOrCreateModuleRef()