Home
last modified time | relevance | path

Searched refs:CustomNames (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h87 DenseMap<unsigned, std::string> CustomNames; variable
178 CustomNames[F] = std::string(Name); in setAvailableWithName()
179 assert(CustomNames.contains(F)); in setAvailableWithName()
451 return Impl->CustomNames.find(F)->second; in getName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp893 : 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 =()