Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp132 unsigned lengthOfGCOVString(StringRef s) { in lengthOfGCOVString() function in __anonebae53380211::GCOVRecord
140 uint32_t Len = lengthOfGCOVString(s); in writeGCOVString()
171 return lengthOfGCOVString(Filename) + 2 + Lines.size(); in length()
258 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(SP.getName()) + in GCOVFunction()
259 1 + lengthOfGCOVString(SP.getFilename()) + 1; in GCOVFunction()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp187 static unsigned lengthOfGCOVString(StringRef s) { in lengthOfGCOVString() function in __anonb9b0140c0211::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 __anonc00182440211::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()