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.cpp166 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 DSampleProfileLoaderBaseImpl.h178 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 DSampleProfile.cpp468 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument
475 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName), in SampleProfileLoader()