Home
last modified time | relevance | path

Searched refs:getWCharSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.h250 unsigned getWCharSize(const Module &M) const;
554 unsigned getWCharSize(const Module &M) const { in getWCharSize() function
555 return Impl->getWCharSize(M); in getWCharSize()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetLibraryInfo.cpp1374 unsigned TargetLibraryInfoImpl::getWCharSize(const Module &M) const { in getWCharSize() function in TargetLibraryInfoImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyLibCalls.cpp1066 unsigned WCharSize = TLI->getWCharSize(M) * 8; in optimizeWcslen()