Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp187 static unsigned lengthOfGCOVString(StringRef s) { in lengthOfGCOVString() function in __anonfb28f5d70211::GCOVRecord
195 uint32_t Len = lengthOfGCOVString(s); in writeGCOVString()
227 return lengthOfGCOVString(Filename) + 2 + Lines.size(); in length()
373 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut()
374 1 + lengthOfGCOVString(SP->getFilename()) + 1; in writeOut()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp204 static unsigned lengthOfGCOVString(StringRef s) { in lengthOfGCOVString() function in __anon0aa0896f0211::GCOVRecord
212 uint32_t Len = lengthOfGCOVString(s); in writeGCOVString()
244 return lengthOfGCOVString(Filename) + 2 + Lines.size(); in length()
382 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut()
383 1 + lengthOfGCOVString(SP->getFilename()) + 1; in writeOut()