Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp163 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 DSampleProfileLoaderBaseImpl.h177 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 DSampleProfile.cpp468 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument
474 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName), in SampleProfileLoader()