Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp182 static unsigned lengthOfGCOVString(StringRef s) { in lengthOfGCOVString() function in __anon67b605550211::GCOVRecord
190 uint32_t Len = lengthOfGCOVString(s); in writeGCOVString()
222 return lengthOfGCOVString(Filename) + 2 + Lines.size(); in length()
372 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut()
373 1 + lengthOfGCOVString(SP.getFilename()) + 1; in writeOut()