Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h52 llvm::DenseMap<unsigned, std::string> CustomNames; variable
134 CustomNames[F] = std::string(Name); in setAvailableWithName()
135 assert(CustomNames.find(F) != CustomNames.end()); in setAvailableWithName()
365 return Impl->CustomNames.find(F)->second; in getName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp640 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()
649 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()
660 CustomNames = TLI.CustomNames; in operator =()
669 CustomNames = std::move(TLI.CustomNames); in operator =()