Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp697 StringRef Remapped = MappedNames.lookup(Key); in getRecords() local
698 if (!Remapped.empty()) { in getRecords()
701 FuncName = Remapped; in getRecords()
705 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp590 sampleprof::FunctionSamples Remapped = in remapSamples() local
593 Target[std::string(Remapped.getName())].merge(Remapped)); in remapSamples()
711 FunctionSamples Remapped = in mergeSampleProfile() local
714 FunctionSamples &Samples = Remapper ? Remapped : I->second; in mergeSampleProfile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2639 std::string Remapped = remapDIPath(Path); in getOrCreateModuleRef() local
2640 StringRef Relative(Remapped); in getOrCreateModuleRef()