Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h54 DenseMap<unsigned, std::string> CustomNames; variable
140 CustomNames[F] = std::string(Name); in setAvailableWithName()
141 assert(CustomNames.find(F) != CustomNames.end()); in setAvailableWithName()
393 return Impl->CustomNames.find(F)->second; in getName()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp875 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()
886 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()
899 CustomNames = TLI.CustomNames; in operator =()
910 CustomNames = std::move(TLI.CustomNames); in operator =()