Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp70 static unsigned wordsOfString(StringRef s) { in wordsOfString() function
108 write(wordsOfString(s) - 1); in writeString()
248 return 1 + wordsOfString(Filename) + Lines.size(); in length()
363 2 + (Version >= 47) + wordsOfString(getFunctionName(SP)); in writeOut()
365 BlockLen += wordsOfString(Filename) + 1; in writeOut()
367 BlockLen += 1 + wordsOfString(Filename) + 3 + (Version >= 90); in writeOut()