Searched refs:RemapName (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRSampleProfile.cpp | 163 MIRProfileLoader(StringRef Name, StringRef RemapName, in MIRProfileLoader() argument 165 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName), in MIRProfileLoader()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 177 SampleProfileLoaderBaseImpl(std::string Name, std::string RemapName, 179 : 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 474 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName), in SampleProfileLoader()
|