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