Searched refs:CustomNames (Results 1 – 2 of 2) sorted by relevance
90 DenseMap<unsigned, std::string> CustomNames; variable182 CustomNames[F] = std::string(Name); in setAvailableWithName()183 assert(CustomNames.contains(F)); in setAvailableWithName()464 return Impl->CustomNames.find(F)->second; in getName()
940 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()951 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()964 CustomNames = TLI.CustomNames; in operator =()975 CustomNames = std::move(TLI.CustomNames); in operator =()