Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h51 llvm::DenseMap<unsigned, std::string> CustomNames; variable
130 CustomNames[F] = Name; in setAvailableWithName()
131 assert(CustomNames.find(F) != CustomNames.end()); in setAvailableWithName()
299 return Impl->CustomNames.find(F)->second; in getName()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp555 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()
564 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()
575 CustomNames = TLI.CustomNames; in operator =()
584 CustomNames = std::move(TLI.CustomNames); in operator =()