Searched refs:NamesFirst (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c21 static const char *NamesFirst = NULL; variable
69 if (!NamesFirst) {
70 NamesFirst = (const char *)NamesStart;
74 NamesFirst = (const char *)getMinAddr(NamesFirst, NamesStart);
84 const char *__llvm_profile_begin_names(void) { return NamesFirst; }

Completed in 161 milliseconds