Searched refs:RemapName (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRSampleProfile.cpp | 166 MIRProfileLoader(StringRef Name, StringRef RemapName, in MIRProfileLoader() argument 168 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName), in MIRProfileLoader()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 178 SampleProfileLoaderBaseImpl(std::string Name, std::string RemapName, 180 : Filename(Name), RemappingFilename(RemapName), FS(std::move(FS)) {}
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 468 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument 475 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName), in SampleProfileLoader()
|