Home
last modified time | relevance | path

Searched refs:GetStringLength (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h267 return StringRef(ResultBuf.data(), GetStringLength()); in GetString()
269 unsigned GetStringLength() const { return ResultPtr-ResultBuf.data(); } in GetStringLength() function
272 return GetStringLength() / CharByteWidth; in GetNumStringChars()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp373 uint64_t Len = GetStringLength(Src); in optimizeStrCat()
429 uint64_t SrcLen = GetStringLength(Src); in optimizeStrNCat()
487 uint64_t Len = GetStringLength(SrcStr); in optimizeStrChr()
584 uint64_t Len1 = GetStringLength(Str1P); in optimizeStrCmp()
587 uint64_t Len2 = GetStringLength(Str2P); in optimizeStrCmp()
664 uint64_t Len1 = GetStringLength(Str1P); in optimizeStrNCmp()
667 uint64_t Len2 = GetStringLength(Str2P); in optimizeStrNCmp()
692 uint64_t SrcLen = GetStringLength(Src); in optimizeStrNDup()
709 uint64_t Len = GetStringLength(Src); in optimizeStrCpy()
736 uint64_t Len = GetStringLength(Src); in optimizeStpCpy()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h411 LLVM_ABI uint64_t GetStringLength(const Value *V, unsigned CharSize = 8);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp382 APInt Size(IntTyBits, GetStringLength(Mapper(CB->getArgOperand(0)))); in getAllocSize()
H A DValueTracking.cpp6568 uint64_t llvm::GetStringLength(const Value *V, unsigned CharSize) { in GetStringLength() function in llvm
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2300 if (GetStringLength() > 256) { in init()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1380 unsigned TokNumBytes = SLP.GetStringLength(); in getLocationOfByte()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20431 {"_ZN4llvm15GetStringLengthEPNS_5ValueE", "llvm::GetStringLength(llvm::Value*)"},