Searched refs:RemapName (Results 1 – 3 of 3) sorted by relevance
139 MIRProfileLoader(StringRef Name, StringRef RemapName) in MIRProfileLoader() argument140 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName)) { in MIRProfileLoader()
83 SampleProfileLoaderBaseImpl(std::string Name, std::string RemapName)84 : Filename(Name), RemappingFilename(RemapName) {}
424 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument428 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName)), in SampleProfileLoader()