Searched refs:CustomNames (Results 1 – 2 of 2) sorted by relevance
52 llvm::DenseMap<unsigned, std::string> CustomNames; variable132 CustomNames[F] = Name; in setAvailableWithName()133 assert(CustomNames.find(F) != CustomNames.end()); in setAvailableWithName()353 return Impl->CustomNames.find(F)->second; in getName()
571 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()580 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()591 CustomNames = TLI.CustomNames; in operator =()600 CustomNames = std::move(TLI.CustomNames); in operator =()