Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h52 llvm::DenseMap<unsigned, std::string> CustomNames; variable
135 CustomNames[F] = std::string(Name); in setAvailableWithName()
136 assert(CustomNames.find(F) != CustomNames.end()); in setAvailableWithName()
376 return Impl->CustomNames.find(F)->second; in getName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp649 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()
659 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()
671 CustomNames = TLI.CustomNames; in operator =()
681 CustomNames = std::move(TLI.CustomNames); in operator =()