Searched refs:CustomNames (Results 1 – 2 of 2) sorted by relevance
87 DenseMap<unsigned, std::string> CustomNames; variable178 CustomNames[F] = std::string(Name); in setAvailableWithName()179 assert(CustomNames.contains(F)); in setAvailableWithName()451 return Impl->CustomNames.find(F)->second; in getName()
893 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()904 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()917 CustomNames = TLI.CustomNames; in operator =()928 CustomNames = std::move(TLI.CustomNames); in operator =()