Searched refs:length_of_string (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c202 static uint32_t length_of_string(const char *s) { function
207 uint32_t len = length_of_string(s);
455 len += 1 + length_of_string(function_name);

Completed in 87 milliseconds